summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-vCard
diff options
context:
space:
mode:
authorkleink <kleink>2007-04-20 19:58:35 +0000
committerkleink <kleink>2007-04-20 19:58:35 +0000
commit57f902b5e1944f90ecda8da88c6bd01ef899f6f9 (patch)
treebeff3260725d6d9f0c3ab005be0a3a0885d0d7e2 /textproc/p5-Text-vCard
parentf2a66f675597eefa160285662dcf1eda2755c4c2 (diff)
downloadpkgsrc-57f902b5e1944f90ecda8da88c6bd01ef899f6f9.tar.gz
Add missing PERL5_PACKLIST fu.
Diffstat (limited to 'textproc/p5-Text-vCard')
-rw-r--r--textproc/p5-Text-vCard/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/p5-Text-vCard/Makefile b/textproc/p5-Text-vCard/Makefile
index 43d619f59c2..0c8ba4ebb73 100644
--- a/textproc/p5-Text-vCard/Makefile
+++ b/textproc/p5-Text-vCard/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/04/14 19:10:18 kleink Exp $
+# $NetBSD: Makefile,v 1.2 2007/04/20 19:58:35 kleink Exp $
DISTNAME= Text-vCard-2.00
PKGNAME= p5-${DISTNAME}
@@ -10,10 +10,14 @@ MAINTAINER= kleink@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Text-vCard/
COMMENT= parse, edit and create vCards (RFC 2426)
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
# for MIME::QuotedPrint
DEPENDS+= p5-MIME-Base64>=3.07:../../converters/p5-MIME-Base64
DEPENDS+= p5-File-Slurp>=9999.04:../../devel/p5-File-Slurp
DEPENDS+= p5-Text-vFile-asData>=0.05:../../textproc/p5-Text-vFile-asData
+PERL5_PACKLIST= auto/Text/vCard/.packlist
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"