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/p5-Business-Stripe | |
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/p5-Business-Stripe')
-rw-r--r-- | finance/p5-Business-Stripe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |