diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-03 20:42:23 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-03 20:42:23 +0000 |
commit | 843484159d1d2c3893ec8b20e951203cd25fa9b9 (patch) | |
tree | dcec89361b7365c1f4f2f1fc6884c96da604c859 /net/p5-S3 | |
parent | bc4050a11e49ae2ce1739102817bd9b28667dcc5 (diff) |
Notes
Diffstat (limited to 'net/p5-S3')
-rw-r--r-- | net/p5-S3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/p5-S3/Makefile b/net/p5-S3/Makefile index 879d942f2915..b93eb9fde601 100644 --- a/net/p5-S3/Makefile +++ b/net/p5-S3/Makefile @@ -3,7 +3,7 @@ PORTNAME= S3 PORTVERSION= 20071102 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net perl5 MASTER_SITES= http://s3.amazonaws.com/doc/s3-example-code/ PKGNAMEPREFIX= p5- @@ -18,7 +18,8 @@ RUN_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww NO_BUILD= yes -USES= perl5 zip +USES= perl5 shebangfix zip +SHEBANG_FILES= s3-driver.pl s3-test.pl USE_PERL5= run WRKSRC= ${WRKDIR}/s3-example-libraries/perl |