pkgsrc/security/egd/Makefile
wiz 2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00

20 lines
447 B
Makefile

# $NetBSD: Makefile,v 1.22 2015/06/12 10:51:01 wiz Exp $
#
DISTNAME= egd-0.8
PKGREVISION= 7
CATEGORIES= security
MASTER_SITES= http://www.lothar.com/pub/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.lothar.com/tech/crypto/
COMMENT= EGD: Entropy Gathering Daemon
DEPENDS+= p5-SHA-[0-9]*:../../security/p5-SHA
USE_TOOLS+= perl
PERL5_PACKLIST= auto/egd/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"