blob: a8e41e7afca7325a887dc4e2cd28f2bf02220d66 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= Bytes-Random-Secure-Tiny
PORTVERSION= 1.011
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= pi@FreeBSD.org
COMMENT= Generate cryptographically-secure random bytes
WWW= https://metacpan.org/release/Bytes-Random-Secure-Tiny
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>
|