summaryrefslogtreecommitdiff
path: root/security/egd/Makefile
blob: 57e73d3a3372a9e0a1f8f151ca736584978133fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile,v 1.15 2009/12/21 12:06:17 joerg Exp $
#

DISTNAME=	egd-0.8
PKGREVISION=	2
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

PKG_DESTDIR_SUPPORT=	user-destdir

DEPENDS+=	p5-SHA-[0-9]*:../../security/p5-SHA

PERL5_PACKLIST=	auto/egd/.packlist

BROKEN=		Conflicts with dependency

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"