diff options
-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 |