16 lines
282 B
Makefile
16 lines
282 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Crypt-URandom
|
|
PORTVERSION= 0.31
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to provide non blocking randomness
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Crypt::URandom.3
|
|
|
|
.include <bsd.port.mk>
|