diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-30 12:36:13 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-30 12:36:13 +0000 |
commit | ddbe4f0b1386c3a2c24c916f4df5d0a1202597b4 (patch) | |
tree | a31ac812ab8ac839434f4a0b5c610e2e049b37ab /finance | |
parent | 99fce7678e8b1de260ac785e3e293b9109fcc435 (diff) |
Notes
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> |