summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-SysRandom/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-Crypt-SysRandom/Makefile')
-rw-r--r--security/p5-Crypt-SysRandom/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/security/p5-Crypt-SysRandom/Makefile b/security/p5-Crypt-SysRandom/Makefile
new file mode 100644
index 000000000000..a440d16dca3a
--- /dev/null
+++ b/security/p5-Crypt-SysRandom/Makefile
@@ -0,0 +1,17 @@
+PORTNAME= Crypt-SysRandom
+PORTVERSION= 0.007
+CATEGORIES= security perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= perl@FreeBSD.org
+COMMENT= Perl interface to system randomness
+WWW= https://metacpan.org/release/Crypt-SysRandom
+
+LICENSE= ART20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= perl5
+USE_PERL5= configure
+
+.include <bsd.port.mk>