diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /finance/p5-Business-Stripe | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Notes
Diffstat (limited to 'finance/p5-Business-Stripe')
-rw-r--r-- | finance/p5-Business-Stripe/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/finance/p5-Business-Stripe/Makefile b/finance/p5-Business-Stripe/Makefile index 56e4a6025128..18c49bef29d4 100644 --- a/finance/p5-Business-Stripe/Makefile +++ b/finance/p5-Business-Stripe/Makefile @@ -10,10 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module interface for the Stripe.com payment system -RUN_DEPENDS= p5-HTTP-Message>=0.0:${PORTSDIR}/www/p5-HTTP-Message \ - p5-JSON>=0.0:${PORTSDIR}/converters/p5-JSON \ - p5-libwww>0.0:${PORTSDIR}/www/p5-libwww \ - p5-MIME-Base64>=0.0:${PORTSDIR}/converters/p5-MIME-Base64 +RUN_DEPENDS= p5-HTTP-Message>=0.0:www/p5-HTTP-Message \ + p5-JSON>=0.0:converters/p5-JSON \ + p5-libwww>0.0:www/p5-libwww \ + p5-MIME-Base64>=0.0:converters/p5-MIME-Base64 LICENSE= ART10 GPLv1 LICENSE_COMB= dual |