diff options
Diffstat (limited to 'www/p5-Template-Provider-Encoding/Makefile')
-rw-r--r-- | www/p5-Template-Provider-Encoding/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/p5-Template-Provider-Encoding/Makefile b/www/p5-Template-Provider-Encoding/Makefile new file mode 100644 index 00000000000..545bf4093b9 --- /dev/null +++ b/www/p5-Template-Provider-Encoding/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/02/18 10:26:49 abs Exp $ + +DISTNAME= Template-Provider-Encoding-0.10 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Template-Provider-Encoding/ +COMMENT= Explicitly declare encodings of your templates + +PKG_DESTDIR_SUPPORT= user-destdir +PKG_INSTALLATION_TYPES= overwrite pkgviews + +DEPENDS+= p5-Template-Toolkit>=2.14:../../www/p5-Template-Toolkit + +PERL5_PACKLIST= auto/Template/Provider/Encoding/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |