1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/security/p5-Data-Entropy/Makefile
Philip M. Gollucci b59621d3ae - Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
2012-03-13 16:15:36 +00:00

39 lines
988 B
Makefile

# New ports collection makefile for: p5-Data-Entropy
# Date created: 2006-07-19
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Data-Entropy
PORTVERSION= 0.007
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Entropy (randomness) management
RUN_DEPENDS= p5-Crypt-Rijndael>=0:${PORTSDIR}/security/p5-Crypt-Rijndael \
p5-Data-Float>=0.008:${PORTSDIR}/math/p5-Data-Float \
p5-HTTP-Lite>=0.22:${PORTSDIR}/www/p5-HTTP-Lite \
p5-Params-Classify>=0:${PORTSDIR}/devel/p5-Params-Classify
PERL_MODBUILD= yes
MAN3= Data::Entropy.3 \
Data::Entropy::Algorithms.3 \
Data::Entropy::RawSource::CryptCounter.3 \
Data::Entropy::RawSource::Local.3 \
Data::Entropy::RawSource::RandomOrg.3 \
Data::Entropy::RawSource::RandomnumbersInfo.3 \
Data::Entropy::Source.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
.endif
.include <bsd.port.post.mk>