forked from Lainports/opnsense-ports
21 lines
454 B
Makefile
21 lines
454 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Bytes-Random-Secure-Tiny
|
|
PORTVERSION= 1.008
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= pi@FreeBSD.org
|
|
COMMENT= Generate cryptographically-secure random bytes
|
|
|
|
LICENSE= ART20
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
PLIST_FILES= ${SITE_PERL_REL}/Bytes/Random/Secure/Tiny.pm \
|
|
${SITE_PERL_REL}/Bytes/Random/Secure/Tiny.pod \
|
|
${SITE_MAN3_REL}/Bytes::Random::Secure::Tiny.3.gz
|
|
|
|
.include <bsd.port.mk>
|