diff options
author | az <az@FreeBSD.org> | 2013-09-02 17:44:14 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-02 17:44:14 +0800 |
commit | e17fe0608069596856899f748fd17841e214b700 (patch) | |
tree | 9f505daf050a83a37a7110d6acec24fb41a83610 /finance | |
parent | 9c4cca1df5edd7f22e07934853ab7f2318b3e6f1 (diff) | |
download | freebsd-ports-gnome-e17fe0608069596856899f748fd17841e214b700.tar.gz freebsd-ports-gnome-e17fe0608069596856899f748fd17841e214b700.tar.zst freebsd-ports-gnome-e17fe0608069596856899f748fd17841e214b700.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'finance')
-rw-r--r-- | finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile | 3 | ||||
-rw-r--r-- | finance/p5-Business-PayPal-IPN/Makefile | 3 | ||||
-rw-r--r-- | finance/p5-Business-Stripe/Makefile | 3 | ||||
-rw-r--r-- | finance/p5-PayflowPro/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile b/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile index 8761138e7196..4442f1dac98c 100644 --- a/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile +++ b/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile @@ -21,7 +21,8 @@ RUN_DEPENDS+= p5-libwww>0.0:${PORTSDIR}/www/p5-libwww \ p5-Crypt-SSLeay>0.0:${PORTSDIR}/security/p5-Crypt-SSLeay BUILD_DEPENDS+= p5-libwww>0.0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Business::MaxMind::CreditCardFraudDetection.3 \ Business::MaxMind::HTTPBase.3 \ diff --git a/finance/p5-Business-PayPal-IPN/Makefile b/finance/p5-Business-PayPal-IPN/Makefile index 8628af259048..27d070e4da33 100644 --- a/finance/p5-Business-PayPal-IPN/Makefile +++ b/finance/p5-Business-PayPal-IPN/Makefile @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Crypt-SSLeay>=0.56:${PORTSDIR}/security/p5-Crypt-SSLeay \ RUN_DEPENDS= p5-Crypt-SSLeay>=0.56:${PORTSDIR}/security/p5-Crypt-SSLeay \ p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Business::PayPal::IPN.3 diff --git a/finance/p5-Business-Stripe/Makefile b/finance/p5-Business-Stripe/Makefile index 803d5752de43..81dddeb5d503 100644 --- a/finance/p5-Business-Stripe/Makefile +++ b/finance/p5-Business-Stripe/Makefile @@ -17,7 +17,8 @@ RUN_DEPENDS= p5-HTTP-Message>=0.0:${PORTSDIR}/www/p5-HTTP-Message \ WRKSRC= ${WRKDIR}/aquaron-Business-Stripe-c067843 -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Business::Stripe.3 Business::README.3 diff --git a/finance/p5-PayflowPro/Makefile b/finance/p5-PayflowPro/Makefile index 541a5444e682..4de255632ba6 100644 --- a/finance/p5-PayflowPro/Makefile +++ b/finance/p5-PayflowPro/Makefile @@ -18,7 +18,8 @@ COMMENT= Pure Perl PayflowPro payment gateway interface RUN_DEPENDS+= p5-libwww>0.0:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS+= p5-libwww>0.0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure post-install: ${INSTALL_DATA} ${WRKSRC}/ca-bundle.crt ${LOCALBASE}/etc |