opnsense-ports/security/p5-Bytes-Random-Secure-Tiny/Makefile
Franco Fichtner a931454dac */*: sync with upstream
Taken from: HardenedBSD
2018-06-30 12:10:41 +02:00

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>