summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2011-05-20 01:54:50 +0000
committerdmcmahill <dmcmahill>2011-05-20 01:54:50 +0000
commite4e1123f93202333d9a8209a7e6ca7375e5e9fc4 (patch)
treecc698015ecb5caa1614d3accc68701d22dc24e94 /textproc
parent00786fd06017114b4261b8e9c32587ed126dbc18 (diff)
downloadpkgsrc-e4e1123f93202333d9a8209a7e6ca7375e5e9fc4.tar.gz
fix module type
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-PDF-API2-Simple/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-PDF-API2-Simple/Makefile b/textproc/p5-PDF-API2-Simple/Makefile
index d1c05065120..64b267dc393 100644
--- a/textproc/p5-PDF-API2-Simple/Makefile
+++ b/textproc/p5-PDF-API2-Simple/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/05/19 05:10:31 obache Exp $
+# $NetBSD: Makefile,v 1.3 2011/05/20 01:54:50 dmcmahill Exp $
DISTNAME= PDF-API2-Simple-1.1.4u
WRKSRC= ${WRKDIR}/${DISTNAME:S/u$//}
@@ -16,6 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-PDF-API2>=2.019:../../textproc/p5-PDF-API2
PERL5_PACKLIST= auto/PDF/API2/Simple/.packlist
+PERL5_MODULE_TYPE= Module::Install
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"