diff options
Diffstat (limited to 'devel/p5-Template-Plugin-Handy/Makefile')
-rw-r--r-- | devel/p5-Template-Plugin-Handy/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/p5-Template-Plugin-Handy/Makefile b/devel/p5-Template-Plugin-Handy/Makefile new file mode 100644 index 00000000000..3ba2aeb004c --- /dev/null +++ b/devel/p5-Template-Plugin-Handy/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/11/30 19:21:32 seb Exp $ +# + +DISTNAME= Template-Plugin-Handy-0.002 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Template-Plugin-Handy/ +COMMENT= Handy virtual methods for Template Toolkit + +PKG_DESTDIR_SUPPORT= user-destdir +USE_LANGUAGES= # empty + +DEPENDS+= p5-Data-Dump-[0-9]*:../../devel/p5-Data-Dump +DEPENDS+= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS +DEPENDS+= p5-Template-Plugin-VMethods-[0-9]*:../../devel/p5-Template-Plugin-VMethods + +PERL5_PACKLIST= auto/Template/Plugin/Handy/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |