Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2015 13:15:14 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388067 - head/finance/p5-Business-MaxMind-CreditCardFraudDetection
Message-ID:  <201505311315.t4VDFEcI038059@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun May 31 13:15:13 2015
New Revision: 388067
URL: https://svnweb.freebsd.org/changeset/ports/388067

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

Modified:
  head/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile

Modified: head/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile
==============================================================================
--- head/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile	Sun May 31 13:14:50 2015	(r388066)
+++ head/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile	Sun May 31 13:15:13 2015	(r388067)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Business-MaxMind-CreditCardFraudDetection
 PORTVERSION=	1.57
+PORTREVISION=	1
 CATEGORIES=	finance perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:MAXMIND
@@ -16,8 +17,10 @@ RUN_DEPENDS+=	p5-libwww>0.0:${PORTSDIR}/
 		p5-LWP-Protocol-https>0.0:${PORTSDIR}/www/p5-LWP-Protocol-https
 BUILD_DEPENDS+=	p5-libwww>0.0:${PORTSDIR}/www/p5-libwww
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	example*.pl
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 PLIST_FILES=	\
 	%%SITE_PERL%%/Business/MaxMind.pm \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505311315.t4VDFEcI038059>