summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2002-10-06 22:26:49 +0000
committerseb <seb@pkgsrc.org>2002-10-06 22:26:49 +0000
commit8aa2719201cf34f69e6350dc74a5b3f13f05d796 (patch)
tree0e35d0a6c64cec2ba7d93e2b6043f0034751901e /security
parent31d37f88323f1b6baffe496ac68ebc5056f3e907 (diff)
downloadpkgsrc-8aa2719201cf34f69e6350dc74a5b3f13f05d796.tar.gz
Use buildlink2. Use perl5/module.mk.
Diffstat (limited to 'security')
-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"