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
commitfb8e29d8f15b5ec17881813183bae538e564decc (patch)
tree9a6194f2110601dd0bd9dbb6ab299b781f427625 /security/p5-Digest-MD2
parentd2b1821891a4833ff4b32a6979908d57eae70ed8 (diff)
downloadpkgsrc-fb8e29d8f15b5ec17881813183bae538e564decc.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"