summaryrefslogtreecommitdiff
path: root/textproc/p5-Convert-PEM
diff options
context:
space:
mode:
authorseb <seb>2002-10-20 17:45:59 +0000
committerseb <seb>2002-10-20 17:45:59 +0000
commit9e71d7642e3e9fb0298a32f93979d00138697694 (patch)
tree1a823f7ece5a3b3c8c31ceeb0570f23b6d1307cd /textproc/p5-Convert-PEM
parent77c1643a69a2ae103421604eb35662966986f91d (diff)
downloadpkgsrc-9e71d7642e3e9fb0298a32f93979d00138697694.tar.gz
Use buildlink2. Use perl5/module.mk.
Diffstat (limited to 'textproc/p5-Convert-PEM')
-rw-r--r--textproc/p5-Convert-PEM/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-Convert-PEM/Makefile b/textproc/p5-Convert-PEM/Makefile
index 1b117d4bf56..b6338b96cb1 100644
--- a/textproc/p5-Convert-PEM/Makefile
+++ b/textproc/p5-Convert-PEM/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/11/26 06:50:20 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2002/10/20 17:46:04 seb Exp $
#
DISTNAME= Convert-PEM-0.06
@@ -17,11 +17,8 @@ DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
DEPENDS+= p5-Crypt-DES-[0-9]*:../../security/p5-Crypt-DES
DEPENDS+= p5-Crypt-DES_EDE3-[0-9]*:../../security/p5-Crypt-DES_EDE3
-USE_BUILDLINK_ONLY= YES
+USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Convert/PEM/.packlist
-do-configure:
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
-
-.include "../../lang/perl5/buildlink.mk"
+.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"