aboutsummaryrefslogtreecommitdiffstats
path: root/finance/p5-Business-MaxMind-CreditCardFraudDetection
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-05-31 21:15:13 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-05-31 21:15:13 +0800
commitf716903d38392aefc2c78962b0ca8079c3f1421f (patch)
tree1903c3c3bb06eaa1267d15bf8b32c14d5b665762 /finance/p5-Business-MaxMind-CreditCardFraudDetection
parentbed77453cc8961271638c03dd9310af07452a9a1 (diff)
downloadfreebsd-ports-gnome-f716903d38392aefc2c78962b0ca8079c3f1421f.tar.gz
freebsd-ports-gnome-f716903d38392aefc2c78962b0ca8079c3f1421f.tar.zst
freebsd-ports-gnome-f716903d38392aefc2c78962b0ca8079c3f1421f.zip
- Fix shebangs
- Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2
Diffstat (limited to 'finance/p5-Business-MaxMind-CreditCardFraudDetection')
-rw-r--r--finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile b/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile
index d6bea67955e8..7c48b9e0c8e5 100644
--- a/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile
+++ b/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile
@@ -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}/www/p5-libwww \
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 \