summaryrefslogtreecommitdiff
path: root/security/p5-Digest-MD2
diff options
context:
space:
mode:
authorseb <seb>2002-10-06 22:31:03 +0000
committerseb <seb>2002-10-06 22:31:03 +0000
commit7cdec614fc5ab2bd997ff3c7ad9a69e886f77165 (patch)
tree9a6194f2110601dd0bd9dbb6ab299b781f427625 /security/p5-Digest-MD2
parent099268f0afcb712e8fc1e1dfdef8eb1e9d9a01d2 (diff)
downloadpkgsrc-7cdec614fc5ab2bd997ff3c7ad9a69e886f77165.tar.gz
Convert to buildlink2. Use perl5/module.mk.
Diffstat (limited to 'security/p5-Digest-MD2')
-rw-r--r--security/p5-Digest-MD2/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/security/p5-Digest-MD2/Makefile b/security/p5-Digest-MD2/Makefile
index 10d767a736d..f84f3ee3cb9 100644
--- a/security/p5-Digest-MD2/Makefile
+++ b/security/p5-Digest-MD2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/11/26 06:50:16 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2002/10/06 22:31:07 seb Exp $
#
DISTNAME= Digest-MD2-2.00
@@ -12,11 +12,8 @@ COMMENT= perl5 module for MD2
CONFLICTS+= p5-Digest-MD5<=2.12
-USE_BUILDLINK_ONLY= YES
+USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Digest/MD2/.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"