freebsd-ports/textproc/p5-String-Urandom/Makefile
Mathieu Arnold 580056663c * Convert to staging
* Add license
* pet portlint

Sponsored by:	Absolight
2014-01-22 11:47:22 +00:00

22 lines
424 B
Makefile

# $FreeBSD$
PORTNAME= String-Urandom
PORTVERSION= 0.16
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to convert /dev/urandom to 8-bit chars
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= \
p5-Params-Validate>0:${PORTSDIR}/devel/p5-Params-Validate
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>