diff options
author | az <az@FreeBSD.org> | 2013-09-10 22:35:48 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-10 22:35:48 +0800 |
commit | ec76127e90d4f4c0a62a77bb0b6d15f6fa9c70df (patch) | |
tree | b0ab4c93c23aaa7ea50e9d60f61eea915680c712 /textproc/p5-String-Urandom | |
parent | 1700e06a5069e5ee277fa2fd6b66050f04d0ebca (diff) | |
download | freebsd-ports-gnome-ec76127e90d4f4c0a62a77bb0b6d15f6fa9c70df.tar.gz freebsd-ports-gnome-ec76127e90d4f4c0a62a77bb0b6d15f6fa9c70df.tar.zst freebsd-ports-gnome-ec76127e90d4f4c0a62a77bb0b6d15f6fa9c70df.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
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 |