summaryrefslogtreecommitdiff
path: root/security/egd/Makefile
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2000-10-15 17:26:24 +0000
committeritojun <itojun@pkgsrc.org>2000-10-15 17:26:24 +0000
commitd1a6a6be0f0545a5553db2f3f9bbf8955f55aaef (patch)
treef1caa282d93ad55667628b842b3961f48bc5a814 /security/egd/Makefile
parentd9810cee9ca7d0534f1466844bf17a3cc26fdcd3 (diff)
downloadpkgsrc-d1a6a6be0f0545a5553db2f3f9bbf8955f55aaef.tar.gz
Entrypy Gathering Daemon. depends on to security/p5-SHA.
Diffstat (limited to 'security/egd/Makefile')
-rw-r--r--security/egd/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/security/egd/Makefile b/security/egd/Makefile
new file mode 100644
index 00000000000..45f8ee68a14
--- /dev/null
+++ b/security/egd/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/10/15 17:26:24 itojun Exp $
+#
+
+DISTNAME= egd-0.8
+CATEGORIES= security
+MASTER_SITES= ftp://ftp.lothar.com/linux/ \
+ http://www.lothar.com/pub/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.lothar.com/tech/crypto/
+
+DEPENDS+= p5-SHA-*:../../security/p5-SHA
+
+USE_PERL5= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/egd/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"