diff options
Diffstat (limited to 'textproc/p5-String-BufferStack/Makefile')
-rw-r--r-- | textproc/p5-String-BufferStack/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/p5-String-BufferStack/Makefile b/textproc/p5-String-BufferStack/Makefile new file mode 100644 index 00000000000..a7d92a5b8c1 --- /dev/null +++ b/textproc/p5-String-BufferStack/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/02/22 16:20:21 he Exp $ + +DISTNAME= String-BufferStack-1.12 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/String-BufferStack/ +COMMENT= Perl 5 module for nested buffers for templating systems + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/String/BufferStack/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |