pkgsrc/textproc/p5-Text-Format/Makefile
mef a185aef1b6 (textproc/p5-Text-Format) Updated 0.61 to 0.62
0.62    2020-10-16
    - dist.ini / weaver.ini / .tidyallrc / etc. cleanup
        - Move to @SHLOMIF
        - Inspired by Lady_Aleena.
    - Fix the URL to the VCS repository.
2020-11-08 02:33:04 +00:00

18 lines
504 B
Makefile

# $NetBSD: Makefile,v 1.31 2020/11/08 02:33:04 mef Exp $
#
DISTNAME= Text-Format-0.62
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Text-Format
COMMENT= Provide perl5 formatting functions on plain text
LICENSE= ${PERL5_LICENSE}
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Text/Format/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"