diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-05-27 15:46:41 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-05-27 15:46:41 +0800 |
commit | caf54625fd2ec3c48fcf8516b282b06f9cea4c64 (patch) | |
tree | df5dcb0b66ef5a43359151be8f5983d7b3cb7f61 /www/p5-Net-FreshBooks-API | |
parent | 660515e6930109dfc039647ac75d1e2adc72f3c6 (diff) | |
download | freebsd-ports-gnome-caf54625fd2ec3c48fcf8516b282b06f9cea4c64.tar.gz freebsd-ports-gnome-caf54625fd2ec3c48fcf8516b282b06f9cea4c64.tar.zst freebsd-ports-gnome-caf54625fd2ec3c48fcf8516b282b06f9cea4c64.zip |
- Update to 0.21
- Update PERL_LEVEL check
Changes: http://search.cpan.org/dist/Net-FreshBooks-API/Changes
Diffstat (limited to 'www/p5-Net-FreshBooks-API')
-rw-r--r-- | www/p5-Net-FreshBooks-API/Makefile | 19 | ||||
-rw-r--r-- | www/p5-Net-FreshBooks-API/distinfo | 4 | ||||
-rw-r--r-- | www/p5-Net-FreshBooks-API/pkg-plist | 13 |
3 files changed, 28 insertions, 8 deletions
diff --git a/www/p5-Net-FreshBooks-API/Makefile b/www/p5-Net-FreshBooks-API/Makefile index 556c20a87e20..3142d96c0336 100644 --- a/www/p5-Net-FreshBooks-API/Makefile +++ b/www/p5-Net-FreshBooks-API/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-FreshBooks-API -PORTVERSION= 0.18 +PORTVERSION= 0.21 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Easy OO access to the FreshBooks.com API -RUN_DEPENDS= p5-Clone>=0:${PORTSDIR}/devel/p5-Clone \ +RUN_DEPENDS= p5-B-Hooks-EndOfScope>=0.09:${PORTSDIR}/devel/p5-B-Hooks-EndOfScope \ + p5-Clone>=0:${PORTSDIR}/devel/p5-Clone \ p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump \ p5-Lingua-EN-Inflect>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect \ p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ @@ -32,23 +33,33 @@ PERL_MODBUILD= yes MAN3= Net::FreshBooks::API.3 \ Net::FreshBooks::API::Base.3 \ Net::FreshBooks::API::Client.3 \ - Net::FreshBooks::API::Error.3 \ Net::FreshBooks::API::Estimate.3 \ + Net::FreshBooks::API::Gateway.3 \ Net::FreshBooks::API::Invoice.3 \ Net::FreshBooks::API::InvoiceLine.3 \ Net::FreshBooks::API::Iterator.3 \ + Net::FreshBooks::API::Language.3 \ Net::FreshBooks::API::Links.3 \ Net::FreshBooks::API::OAuth.3 \ Net::FreshBooks::API::Payment.3 \ Net::FreshBooks::API::Recurring.3 \ + Net::FreshBooks::API::Recurring::AutoBill.3 \ + Net::FreshBooks::API::Recurring::AutoBill::Card.3 \ + Net::FreshBooks::API::Recurring::AutoBill::Card::Expiration.3 \ Net::FreshBooks::API::Role::CRUD.3 \ + Net::FreshBooks::API::Role::Common.3 \ + Net::FreshBooks::API::Role::Iterator.3 \ Net::FreshBooks::API::Role::LineItem.3 \ Net::FreshBooks::API::Role::SendBy.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 501104 +.if ${PERL_LEVEL} < 501200 BUILD_DEPENDS+= p5-Module-Build>=0.3601:${PORTSDIR}/devel/p5-Module-Build .endif +.if ${PERL_LEVEL} < 501400 +RUN_DEPENDS+= p5-parent>=0.224:${PORTSDIR}/devel/p5-parent +.endif + .include <bsd.port.post.mk> diff --git a/www/p5-Net-FreshBooks-API/distinfo b/www/p5-Net-FreshBooks-API/distinfo index 19cfc2b61dca..163438f1a3ba 100644 --- a/www/p5-Net-FreshBooks-API/distinfo +++ b/www/p5-Net-FreshBooks-API/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-FreshBooks-API-0.18.tar.gz) = 5330d8095757dc9f0bec6aac433a77a8224f46f3925149c20dab1a7e7b521eb0 -SIZE (Net-FreshBooks-API-0.18.tar.gz) = 38500 +SHA256 (Net-FreshBooks-API-0.21.tar.gz) = 3004f2a141b83236f5154aa982c1d05cb2659ab1457c8f8562ba734e9af23264 +SIZE (Net-FreshBooks-API-0.21.tar.gz) = 43839 diff --git a/www/p5-Net-FreshBooks-API/pkg-plist b/www/p5-Net-FreshBooks-API/pkg-plist index 227e03df2694..6b44ff9035cd 100644 --- a/www/p5-Net-FreshBooks-API/pkg-plist +++ b/www/p5-Net-FreshBooks-API/pkg-plist @@ -1,19 +1,28 @@ %%SITE_PERL%%/Net/FreshBooks/API.pm %%SITE_PERL%%/Net/FreshBooks/API/Base.pm %%SITE_PERL%%/Net/FreshBooks/API/Client.pm -%%SITE_PERL%%/Net/FreshBooks/API/Error.pm %%SITE_PERL%%/Net/FreshBooks/API/Estimate.pm +%%SITE_PERL%%/Net/FreshBooks/API/Gateway.pm %%SITE_PERL%%/Net/FreshBooks/API/Invoice.pm %%SITE_PERL%%/Net/FreshBooks/API/InvoiceLine.pm %%SITE_PERL%%/Net/FreshBooks/API/Iterator.pm +%%SITE_PERL%%/Net/FreshBooks/API/Language.pm %%SITE_PERL%%/Net/FreshBooks/API/Links.pm %%SITE_PERL%%/Net/FreshBooks/API/OAuth.pm %%SITE_PERL%%/Net/FreshBooks/API/Payment.pm %%SITE_PERL%%/Net/FreshBooks/API/Recurring.pm +%%SITE_PERL%%/Net/FreshBooks/API/Recurring/AutoBill.pm +%%SITE_PERL%%/Net/FreshBooks/API/Recurring/AutoBill/Card.pm +%%SITE_PERL%%/Net/FreshBooks/API/Recurring/AutoBill/Card/Expiration.pm %%SITE_PERL%%/Net/FreshBooks/API/Role/CRUD.pm +%%SITE_PERL%%/Net/FreshBooks/API/Role/Common.pm +%%SITE_PERL%%/Net/FreshBooks/API/Role/Iterator.pm %%SITE_PERL%%/Net/FreshBooks/API/Role/LineItem.pm %%SITE_PERL%%/Net/FreshBooks/API/Role/SendBy.pm -@dirrmtry %%SITE_PERL%%/Net/FreshBooks/API/Role +@dirrm %%SITE_PERL%%/Net/FreshBooks/API/Role +@dirrm %%SITE_PERL%%/Net/FreshBooks/API/Recurring/AutoBill/Card +@dirrm %%SITE_PERL%%/Net/FreshBooks/API/Recurring/AutoBill +@dirrm %%SITE_PERL%%/Net/FreshBooks/API/Recurring @dirrmtry %%SITE_PERL%%/Net/FreshBooks/API @dirrmtry %%SITE_PERL%%/Net/FreshBooks @dirrmtry %%SITE_PERL%%/Net |