diff options
author | az <az@FreeBSD.org> | 2013-09-06 18:47:10 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-06 18:47:10 +0800 |
commit | 994e20ac0e547b77f8543443deaaf7615bf69643 (patch) | |
tree | d89287b5ab749a4a8e62bdbf337dd9b5119f220e /net/p5-Net-Proxy | |
parent | f9b43248d2d2d523d059326f3bc81e548d66e6c0 (diff) | |
download | freebsd-ports-gnome-994e20ac0e547b77f8543443deaaf7615bf69643.tar.gz freebsd-ports-gnome-994e20ac0e547b77f8543443deaaf7615bf69643.tar.zst freebsd-ports-gnome-994e20ac0e547b77f8543443deaaf7615bf69643.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'net/p5-Net-Proxy')
-rw-r--r-- | net/p5-Net-Proxy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Net-Proxy/Makefile b/net/p5-Net-Proxy/Makefile index 715be9cc26fb..f2aea05ed353 100644 --- a/net/p5-Net-Proxy/Makefile +++ b/net/p5-Net-Proxy/Makefile @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= jadawin@FreeBSD.org COMMENT= Framework for proxying network connections in many ways -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Proxy.3 \ Net::Proxy::Connector.3 \ |