diff options
Diffstat (limited to 'textproc/p5-Text-vFile-asData/Makefile')
-rw-r--r-- | textproc/p5-Text-vFile-asData/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/p5-Text-vFile-asData/Makefile b/textproc/p5-Text-vFile-asData/Makefile new file mode 100644 index 00000000000..69a8e00de07 --- /dev/null +++ b/textproc/p5-Text-vFile-asData/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/04/14 19:06:04 kleink Exp $ + +DISTNAME= Text-vFile-asData-0.05 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5tva +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} + +MAINTAINER= kleink@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Text-vFile-asData/ +COMMENT= parse vFile formatted files into data structures + +DEPENDS+= p5-Class-Accessor-Chained-[0-9]*:../../devel/p5-Class-Accessor-Chained + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |