Index: head/www/p5-Net-FreshBooks-API/Makefile =================================================================== --- head/www/p5-Net-FreshBooks-API/Makefile (revision 274721) +++ head/www/p5-Net-FreshBooks-API/Makefile (revision 274722) @@ -1,54 +1,65 @@ # New ports collection makefile for: p5-Net-FreshBooks-API # Date created: 2010-01-03 # Whom: Gea-Suan Lin # # $FreeBSD$ # PORTNAME= Net-FreshBooks-API -PORTVERSION= 0.18 +PORTVERSION= 0.21 CATEGORIES= www perl5 MASTER_SITES= CPAN 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 \ p5-Net-OAuth-Simple>=0:${PORTSDIR}/net/p5-Net-OAuth-Simple \ p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean 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 -.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 Property changes on: head/www/p5-Net-FreshBooks-API/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/www/p5-Net-FreshBooks-API/distinfo =================================================================== --- head/www/p5-Net-FreshBooks-API/distinfo (revision 274721) +++ head/www/p5-Net-FreshBooks-API/distinfo (revision 274722) @@ -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 Property changes on: head/www/p5-Net-FreshBooks-API/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/www/p5-Net-FreshBooks-API/pkg-plist =================================================================== --- head/www/p5-Net-FreshBooks-API/pkg-plist (revision 274721) +++ head/www/p5-Net-FreshBooks-API/pkg-plist (revision 274722) @@ -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 Property changes on: head/www/p5-Net-FreshBooks-API/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property