diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-30 20:36:13 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-30 20:36:13 +0800 |
commit | 83f4e30fb2fbe9aaf96448137ac059bd6cdee466 (patch) | |
tree | a31ac812ab8ac839434f4a0b5c610e2e049b37ab /finance | |
parent | f37d32680d349c93c0bf030593a18d23b52e7ad5 (diff) | |
download | freebsd-ports-gnome-83f4e30fb2fbe9aaf96448137ac059bd6cdee466.tar.gz freebsd-ports-gnome-83f4e30fb2fbe9aaf96448137ac059bd6cdee466.tar.zst freebsd-ports-gnome-83f4e30fb2fbe9aaf96448137ac059bd6cdee466.zip |
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q2
Diffstat (limited to 'finance')
-rw-r--r-- | finance/p5-Business-OnlinePayment-iAuthorizer/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/finance/p5-Business-OnlinePayment-iAuthorizer/Makefile b/finance/p5-Business-OnlinePayment-iAuthorizer/Makefile index 6ab11f87f940..78e6d897a0f6 100644 --- a/finance/p5-Business-OnlinePayment-iAuthorizer/Makefile +++ b/finance/p5-Business-OnlinePayment-iAuthorizer/Makefile @@ -3,7 +3,7 @@ PORTNAME= Business-OnlinePayment-iAuthorizer PORTVERSION= 0.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,7 +19,9 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/${PORTNAME} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= certification.pl USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk> |