summaryrefslogtreecommitdiff
path: root/security/p5-MD5/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-MD5/Makefile')
-rw-r--r--security/p5-MD5/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/p5-MD5/Makefile b/security/p5-MD5/Makefile
index b0d245b189c..a6d544aaa2d 100644
--- a/security/p5-MD5/Makefile
+++ b/security/p5-MD5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1999/12/02 14:50:41 rh Exp $
+# $NetBSD: Makefile,v 1.10 2000/08/27 07:11:20 jlam Exp $
# FreeBSD Id: Makefile,v 1.7 1997/06/24 18:43:23 jfitz Exp
#
@@ -12,9 +12,10 @@ HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/MD5/MD5.html
CONFLICTS+= p5-Digest-MD5-*
-USE_PERL5= YES
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/MD5/.packlist
do-configure:
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include "../../mk/bsd.pkg.mk"