summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-Twofish
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-Crypt-Twofish
parent099268f0afcb712e8fc1e1dfdef8eb1e9d9a01d2 (diff)
downloadpkgsrc-7cdec614fc5ab2bd997ff3c7ad9a69e886f77165.tar.gz
Convert to buildlink2. Use perl5/module.mk.
Diffstat (limited to 'security/p5-Crypt-Twofish')
-rw-r--r--security/p5-Crypt-Twofish/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/security/p5-Crypt-Twofish/Makefile b/security/p5-Crypt-Twofish/Makefile
index 1793cf1680d..47f03daa97c 100644
--- a/security/p5-Crypt-Twofish/Makefile
+++ b/security/p5-Crypt-Twofish/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/11/26 06:50:16 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2002/10/06 22:31:08 seb Exp $
#
DISTNAME= Crypt-Twofish-2.12
@@ -10,11 +10,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
MAINTAINER= packages@netbsd.org
COMMENT= perl5 module for the Twofish symmetric key algorithm
-USE_BUILDLINK_ONLY= YES
+USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/Twofish/.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"