pkgsrc/security/egd/Makefile
jlam 7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00

19 lines
458 B
Makefile

# $NetBSD: Makefile,v 1.10 2005/08/06 06:19:29 jlam Exp $
#
DISTNAME= egd-0.8
PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ftp://ftp.lothar.com/linux/ \
http://www.lothar.com/pub/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.lothar.com/tech/crypto/
COMMENT= EGD: Entropy Gathering Daemon
DEPENDS+= p5-SHA-[0-9]*:../../security/p5-SHA
PERL5_PACKLIST= auto/egd/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"