diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-11-20 01:10:26 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-11-20 01:10:26 +0800 |
commit | 04810a32d92b2782ce54eeb21d614352af98f31d (patch) | |
tree | 37c9c42556d47b8d83106846fe244c623e2c109f /finance | |
parent | c8302d921de58773a9392a5757c1ea0a7827ffbb (diff) | |
download | freebsd-ports-gnome-04810a32d92b2782ce54eeb21d614352af98f31d.tar.gz freebsd-ports-gnome-04810a32d92b2782ce54eeb21d614352af98f31d.tar.zst freebsd-ports-gnome-04810a32d92b2782ce54eeb21d614352af98f31d.zip |
- Update to 0.06
- Add BUILD_DEPENDS
- Fix *_DEPENDS: MIME::Base64 is already in all supported Perl releases
- Pet portlint
Changes: http://search.cpan.org/dist/Business-Stripe/Changes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/p5-Business-Stripe/Makefile | 13 | ||||
-rw-r--r-- | finance/p5-Business-Stripe/distinfo | 5 |
2 files changed, 9 insertions, 9 deletions
diff --git a/finance/p5-Business-Stripe/Makefile b/finance/p5-Business-Stripe/Makefile index 023b32c79b87..81a93efd48f3 100644 --- a/finance/p5-Business-Stripe/Makefile +++ b/finance/p5-Business-Stripe/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Business-Stripe -PORTVERSION= 0.05 -PORTREVISION= 1 +PORTVERSION= 0.06 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,14 +10,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module interface for the Stripe.com payment system -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 +BUILD_DEPENDS= p5-HTTP-Message>=0.0:www/p5-HTTP-Message \ + p5-JSON>=0.0:converters/p5-JSON \ + p5-libwww>0.0:www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} + USES= perl5 USE_PERL5= configure NO_ARCH= yes diff --git a/finance/p5-Business-Stripe/distinfo b/finance/p5-Business-Stripe/distinfo index 5c552c25bc95..cee037b31672 100644 --- a/finance/p5-Business-Stripe/distinfo +++ b/finance/p5-Business-Stripe/distinfo @@ -1,2 +1,3 @@ -SHA256 (Business-Stripe-0.05.tar.gz) = dd5a338a7526cda97b73255f6dcd49c8469a545b7df15b6bb336b8e377947df8 -SIZE (Business-Stripe-0.05.tar.gz) = 6513 +TIMESTAMP = 1479554216 +SHA256 (Business-Stripe-0.06.tar.gz) = c5573ed7a618ed7222f4973e8283179c3cc8f208a87a76f3de5cd74cecb05767 +SIZE (Business-Stripe-0.06.tar.gz) = 6639 |