d2ca14a3f1
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
20 lines
447 B
Makefile
20 lines
447 B
Makefile
# $NetBSD: Makefile,v 1.20 2013/05/31 12:41:51 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= egd-0.8
|
|
PKGREVISION= 5
|
|
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"
|