aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-AuthCAS
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-05-31 21:23:34 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-05-31 21:23:34 +0800
commitab505438ca43d715ddf93c0904e3c32116ed5246 (patch)
tree1fe263b4c9f6c7867126cb1d8e7ba81656215884 /security/p5-AuthCAS
parent1ef2e13b73530d25986b0425be3118208e988fc3 (diff)
downloadfreebsd-ports-gnome-ab505438ca43d715ddf93c0904e3c32116ed5246.tar.gz
freebsd-ports-gnome-ab505438ca43d715ddf93c0904e3c32116ed5246.tar.zst
freebsd-ports-gnome-ab505438ca43d715ddf93c0904e3c32116ed5246.zip
- Fix shebangs
- Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2
Diffstat (limited to 'security/p5-AuthCAS')
-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>