diff options
Diffstat (limited to 'textproc/p5-String-Urandom')
-rw-r--r-- | textproc/p5-String-Urandom/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/p5-String-Urandom/Makefile b/textproc/p5-String-Urandom/Makefile index 9ba8332b1eda..22816a9c0146 100644 --- a/textproc/p5-String-Urandom/Makefile +++ b/textproc/p5-String-Urandom/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: String::Urandom -# Date created: 31 Dec 2011 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= String-Urandom PORTVERSION= 0.16 @@ -18,7 +13,8 @@ RUN_DEPENDS= \ p5-Params-Validate>0:${PORTSDIR}/devel/p5-Params-Validate BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= String::Urandom.3 |