mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
- Update to 0.12
PR: ports/150435 Submitted by: Gea-Suan Lin <gslin@gslin.org> With Hat: perl@ Changes: http://search.cpan.org/dist/Net-FreshBooks-API/Changes
This commit is contained in:
parent
dfec5abd90
commit
3296be6e58
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260871
@ -6,20 +6,20 @@
|
||||
#
|
||||
|
||||
PORTNAME= Net-FreshBooks-API
|
||||
PORTVERSION= 0.10
|
||||
PORTVERSION= 0.12
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Easy OO access to the FreshBooks.com API
|
||||
|
||||
RUN_DEPENDS= p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \
|
||||
p5-Clone>0:${PORTSDIR}/devel/p5-Clone \
|
||||
p5-Crypt-SSLeay>0:${PORTSDIR}/security/p5-Crypt-SSLeay \
|
||||
RUN_DEPENDS= p5-Clone>0:${PORTSDIR}/devel/p5-Clone \
|
||||
p5-Data-Dump>0:${PORTSDIR}/devel/p5-Data-Dump \
|
||||
p5-DateTime>0:${PORTSDIR}/devel/p5-DateTime \
|
||||
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 \
|
||||
@ -30,7 +30,13 @@ PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Net::FreshBooks::API.3 \
|
||||
Net::FreshBooks::API::Base.3 \
|
||||
Net::FreshBooks::API::Client.3 \
|
||||
Net::FreshBooks::API::Invoice.3 \
|
||||
Net::FreshBooks::API::InvoiceLine.3 \
|
||||
Net::FreshBooks::API::Iterator.3 \
|
||||
Net::FreshBooks::API::Links.3 \
|
||||
Net::FreshBooks::API::OAuth.3 \
|
||||
Net::FreshBooks::API::Payment.3 \
|
||||
Net::FreshBooks::API::Recurring.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Net-FreshBooks-API-0.10.tar.gz) = ce208cd35120c5a7b4ca1a22c6b0b357
|
||||
SHA256 (Net-FreshBooks-API-0.10.tar.gz) = 32633ee839eb3164d19bf8238cccdef117d9e76f7caca2d92bc1eede7e167057
|
||||
SIZE (Net-FreshBooks-API-0.10.tar.gz) = 17973
|
||||
MD5 (Net-FreshBooks-API-0.12.tar.gz) = d5fa0ea2c2b56a9e45efc86af8316ba0
|
||||
SHA256 (Net-FreshBooks-API-0.12.tar.gz) = a97c8eaf8a3493a6ecec0f084a2c5b252b80c97bee5f9f5f0f64ca7b43796188
|
||||
SIZE (Net-FreshBooks-API-0.12.tar.gz) = 36235
|
||||
|
@ -7,6 +7,7 @@
|
||||
%%SITE_PERL%%/Net/FreshBooks/API/InvoiceLine.pm
|
||||
%%SITE_PERL%%/Net/FreshBooks/API/Iterator.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
|
||||
@dirrmtry %%SITE_PERL%%/Net/FreshBooks/API
|
||||
|
Loading…
Reference in New Issue
Block a user