summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2002-10-28 00:05:42 +0000
committerseb <seb@pkgsrc.org>2002-10-28 00:05:42 +0000
commit5ae097cecf72dacd7df67b8f0199be0524b29f54 (patch)
tree10c05ba898dcf5e0afb20b47c09ee966b764778d /security
parent5a64226ac03fbcedbe8448a3a51a0e0e943adcaa (diff)
downloadpkgsrc-5ae097cecf72dacd7df67b8f0199be0524b29f54.tar.gz
Use buildlink2. Use perl5/module.mk.
Diffstat (limited to 'security')
-rw-r--r--security/egd/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/security/egd/Makefile b/security/egd/Makefile
index 0d9a36548d3..f9a17ab3a43 100644
--- a/security/egd/Makefile
+++ b/security/egd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/09/27 23:18:38 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2002/10/28 00:07:56 seb Exp $
#
DISTNAME= egd-0.8
@@ -12,10 +12,8 @@ COMMENT= EGD: Entropy Gathering Daemon
DEPENDS+= p5-SHA-[0-9]*:../../security/p5-SHA
-USE_PERL5= YES
+USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/egd/.packlist
-do-configure:
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
-
+.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"