- Fix shebangs

- Add NO_ARCH

Approved by:	portmgr blanket
MFH:		2015Q2
This commit is contained in:
Dmitry Marakasov 2015-05-30 12:36:13 +00:00
parent 99fce7678e
commit ddbe4f0b13
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387945

View File

@ -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>