summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-DES_EDE3
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2002-10-06 22:31:03 +0000
committerseb <seb@pkgsrc.org>2002-10-06 22:31:03 +0000
commit9e04fbd4b51f763244ca5d4edbce6eb69b00e851 (patch)
tree9a6194f2110601dd0bd9dbb6ab299b781f427625 /security/p5-Crypt-DES_EDE3
parent8aa2719201cf34f69e6350dc74a5b3f13f05d796 (diff)
downloadpkgsrc-9e04fbd4b51f763244ca5d4edbce6eb69b00e851.tar.gz
Convert to buildlink2. Use perl5/module.mk.
Diffstat (limited to 'security/p5-Crypt-DES_EDE3')
-rw-r--r--security/p5-Crypt-DES_EDE3/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/security/p5-Crypt-DES_EDE3/Makefile b/security/p5-Crypt-DES_EDE3/Makefile
index a1ef63c166e..035967ee90c 100644
--- a/security/p5-Crypt-DES_EDE3/Makefile
+++ b/security/p5-Crypt-DES_EDE3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/11/26 06:50:14 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2002/10/06 22:31:08 seb Exp $
#
DISTNAME= Crypt-DES_EDE3-0.01
@@ -11,11 +11,8 @@ MAINTAINER= packages@netbsd.org
#HOMEPAGE=
COMMENT= perl5 module for Triple-DES EDE encryption/decryption
-USE_BUILDLINK_ONLY= YES
+USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/DES_EDE3/.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"