aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-31 13:23:34 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-31 13:23:34 +0000
commit04f8be528a4f856de7218b5b5ff94b44fda1f60d (patch)
tree1fe263b4c9f6c7867126cb1d8e7ba81656215884
parentaa3bf4e495fa9c8ed092affda6eecb6d80dd926c (diff)
downloadports-04f8be528a4f856de7218b5b5ff94b44fda1f60d.tar.gz
ports-04f8be528a4f856de7218b5b5ff94b44fda1f60d.zip
Notes
-rw-r--r--security/p5-AuthCAS/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/p5-AuthCAS/Makefile b/security/p5-AuthCAS/Makefile
index 800824bd0bb5..0506f1384f1a 100644
--- a/security/p5-AuthCAS/Makefile
+++ b/security/p5-AuthCAS/Makefile
@@ -3,7 +3,7 @@
PORTNAME= AuthCAS
PORTVERSION= 1.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:OSALAUN
@@ -20,7 +20,9 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= sampleCasClient.pl
USE_PERL5= configure
+NO_ARCH= yes
.include <bsd.port.mk>