diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-31 21:16:51 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-31 21:16:51 +0800 |
commit | 28c42c9a984085a32fb389e6909c9408ec5de6c0 (patch) | |
tree | 706559ffb6db34d22e7a502de804b9285150b962 /security/p5-Crypt-Tea_JS/Makefile | |
parent | 18bb484296b5ad6df64d92a4d5a5377b717d0514 (diff) | |
download | freebsd-ports-gnome-28c42c9a984085a32fb389e6909c9408ec5de6c0.tar.gz freebsd-ports-gnome-28c42c9a984085a32fb389e6909c9408ec5de6c0.tar.zst freebsd-ports-gnome-28c42c9a984085a32fb389e6909c9408ec5de6c0.zip |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q2
Diffstat (limited to 'security/p5-Crypt-Tea_JS/Makefile')
-rw-r--r-- | security/p5-Crypt-Tea_JS/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/p5-Crypt-Tea_JS/Makefile b/security/p5-Crypt-Tea_JS/Makefile index 8caac79fbb4c..2d3e003ee321 100644 --- a/security/p5-Crypt-Tea_JS/Makefile +++ b/security/p5-Crypt-Tea_JS/Makefile @@ -3,7 +3,7 @@ PORTNAME= Crypt-Tea_JS PORTVERSION= 2.23 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +13,8 @@ COMMENT= Next gen Tiny Encryption Algorithm in Perl and Javascript CONFLICTS= p5-Crypt-T_e_a-[0-9]* -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= examples/tea_demo.cgi USE_PERL5= configure OPTIONS_DEFINE= EXAMPLES |