pkgsrc/textproc/p5-Text-Template/Makefile
wiz a72c41968a p5-Text-Template: update to 1.52.
1.52  2018-03-19
    - Fix possible 'Subroutine ... redefined' warning (Github #10)
2018-03-21 12:43:14 +00:00

18 lines
545 B
Makefile

# $NetBSD: Makefile,v 1.38 2018/03/21 12:43:14 wiz Exp $
DISTNAME= Text-Template-1.52
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Text-Template/
COMMENT= Perl5 library for generating form letters
LICENSE= artistic AND gnu-gpl-v2
BUILD_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
PERL5_PACKLIST= auto/Text/Template/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"