diff options
author | mat <mat@FreeBSD.org> | 2013-08-03 20:51:18 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-08-03 20:51:18 +0800 |
commit | 3e657489e209d0aec5331fd70f19c96df0146a59 (patch) | |
tree | 8f1b59cfbbd73620cc4a151c90372baa46f5e797 /net | |
parent | d04bb2c0dac4bb4b830d050a163327ba8477d204 (diff) | |
download | freebsd-ports-gnome-3e657489e209d0aec5331fd70f19c96df0146a59.tar.gz freebsd-ports-gnome-3e657489e209d0aec5331fd70f19c96df0146a59.tar.zst freebsd-ports-gnome-3e657489e209d0aec5331fd70f19c96df0146a59.zip |
Convert to new perl framework.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-S3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-S3/Makefile b/net/p5-S3/Makefile index 6092c2ff3980..1a2a565d6923 100644 --- a/net/p5-S3/Makefile +++ b/net/p5-S3/Makefile @@ -17,7 +17,8 @@ RUN_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_ZIP= yes WRKSRC= ${WRKDIR}/s3-example-libraries/perl |