summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-IDEA
diff options
context:
space:
mode:
authorseb <seb>2002-10-06 22:26:49 +0000
committerseb <seb>2002-10-06 22:26:49 +0000
commitd2b1821891a4833ff4b32a6979908d57eae70ed8 (patch)
tree0e35d0a6c64cec2ba7d93e2b6043f0034751901e /security/p5-Crypt-IDEA
parent739e8b73905afb89d1d305072ab04d49703a6fb7 (diff)
downloadpkgsrc-d2b1821891a4833ff4b32a6979908d57eae70ed8.tar.gz
Use buildlink2. Use perl5/module.mk.
Diffstat (limited to 'security/p5-Crypt-IDEA')
-rw-r--r--security/p5-Crypt-IDEA/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/p5-Crypt-IDEA/Makefile b/security/p5-Crypt-IDEA/Makefile
index fae81555940..bf3b8fd76d5 100644
--- a/security/p5-Crypt-IDEA/Makefile
+++ b/security/p5-Crypt-IDEA/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/12/30 14:28:04 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2002/10/06 22:26:49 seb Exp $
#
DISTNAME= Crypt-IDEA-1.01
@@ -10,13 +10,13 @@ MAINTAINER= packages@netbsd.org
#HOMEPAGE=
COMMENT= perl5 module for the IDEA symmetric key algorithm
+USE_BUILDLINK2= YES
+
# IDEA's license
LICENCE= fee-based-commercial-use
USE_PERL5= # defined
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/IDEA/.packlist
-do-configure:
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
-
+.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"