diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-31 21:23:34 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-31 21:23:34 +0800 |
commit | ab505438ca43d715ddf93c0904e3c32116ed5246 (patch) | |
tree | 1fe263b4c9f6c7867126cb1d8e7ba81656215884 /security/p5-AuthCAS | |
parent | 1ef2e13b73530d25986b0425be3118208e988fc3 (diff) | |
download | freebsd-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/Makefile | 6 |
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> |