summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-vFile-asData
diff options
context:
space:
mode:
authorkleink <kleink>2007-04-20 19:58:35 +0000
committerkleink <kleink>2007-04-20 19:58:35 +0000
commit0ede6d7cffdc5a38602f6d0a36073feed08ba16e (patch)
treebeff3260725d6d9f0c3ab005be0a3a0885d0d7e2 /textproc/p5-Text-vFile-asData
parentb51b0c4270e1e22f3f5175043400ad940e132e32 (diff)
downloadpkgsrc-0ede6d7cffdc5a38602f6d0a36073feed08ba16e.tar.gz
Add missing PERL5_PACKLIST fu.
Diffstat (limited to 'textproc/p5-Text-vFile-asData')
-rw-r--r--textproc/p5-Text-vFile-asData/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/p5-Text-vFile-asData/Makefile b/textproc/p5-Text-vFile-asData/Makefile
index 69a8e00de07..a5e1ab7e12a 100644
--- a/textproc/p5-Text-vFile-asData/Makefile
+++ b/textproc/p5-Text-vFile-asData/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/04/14 19:06:04 kleink Exp $
+# $NetBSD: Makefile,v 1.2 2007/04/20 19:58:35 kleink Exp $
DISTNAME= Text-vFile-asData-0.05
PKGNAME= p5-${DISTNAME}
@@ -10,7 +10,11 @@ MAINTAINER= kleink@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Text-vFile-asData/
COMMENT= parse vFile formatted files into data structures
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
DEPENDS+= p5-Class-Accessor-Chained-[0-9]*:../../devel/p5-Class-Accessor-Chained
+PERL5_PACKLIST= auto/Text/vFile/asData/.packlist
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"