aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-Random-Source
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-11 19:02:50 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-11 19:02:50 +0000
commitb69c9c2bffa8560690c2a55b5e3c5f454940663e (patch)
tree7127be075a7d938613184f2e73da5dae34882137 /security/p5-Crypt-Random-Source
parent36da5994eadf53c09be3fd069c9da1ee7131ea2c (diff)
Notes
Diffstat (limited to 'security/p5-Crypt-Random-Source')
-rw-r--r--security/p5-Crypt-Random-Source/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/security/p5-Crypt-Random-Source/Makefile b/security/p5-Crypt-Random-Source/Makefile
index dbe2e4a2b357..14430a7f613d 100644
--- a/security/p5-Crypt-Random-Source/Makefile
+++ b/security/p5-Crypt-Random-Source/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Crypt::Random::Source
-# Date created: 15 March 2011
-# Whom: Dereckson <dereckson@gmail.com>
-#
+# Created by: Dereckson <dereckson@gmail.com>
# $FreeBSD$
-#
PORTNAME= Crypt-Random-Source
PORTVERSION= 0.07
@@ -39,6 +35,7 @@ MAN3= Crypt::Random::Source.3 \
Crypt::Random::Source::Weak::devurandom.3 \
Crypt::Random::Source::Weak::rand.3
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>