freebsd-ports/security/p5-Data-Entropy/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

22 lines
507 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Data-Entropy
PORTVERSION= 0.007
PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Entropy (randomness) management
RUN_DEPENDS= p5-Crypt-Rijndael>=0:security/p5-Crypt-Rijndael \
p5-Data-Float>=0.008:math/p5-Data-Float \
p5-HTTP-Lite>=0.22:www/p5-HTTP-Lite \
p5-Params-Classify>=0:devel/p5-Params-Classify
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>