pkgsrc/textproc/p5-Text-Template/Makefile
wen 249dddabd0 Update to 1.60
Upstream changes:
1.60  2021-09-03
   - Fix another POD syntax error.
2021-10-30 08:55:08 +00:00

19 lines
614 B
Makefile

# $NetBSD: Makefile,v 1.49 2021/10/30 08:55:08 wen Exp $
DISTNAME= Text-Template-1.60
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Text-Template
COMMENT= Perl5 library for generating form letters
LICENSE= artistic AND gnu-gpl-v2
TEST_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
TEST_DEPENDS+= p5-Test-More-UTF8-[0-9]*:../../devel/p5-Test-More-UTF8
PERL5_PACKLIST= auto/Text/Template/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"