svn commit: r387945 - head/finance/p5-Business-OnlinePayment-iAuthorizer

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat May 30 12:36:14 UTC 2015


Author: amdmi3
Date: Sat May 30 12:36:13 2015
New Revision: 387945
URL: https://svnweb.freebsd.org/changeset/ports/387945

Log:
  - Fix shebangs
  - Add NO_ARCH
  
  Approved by:	portmgr blanket
  MFH:		2015Q2

Modified:
  head/finance/p5-Business-OnlinePayment-iAuthorizer/Makefile

Modified: head/finance/p5-Business-OnlinePayment-iAuthorizer/Makefile
==============================================================================
--- head/finance/p5-Business-OnlinePayment-iAuthorizer/Makefile	Sat May 30 12:35:29 2015	(r387944)
+++ head/finance/p5-Business-OnlinePayment-iAuthorizer/Makefile	Sat May 30 12:36:13 2015	(r387945)
@@ -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>


More information about the svn-ports-all mailing list