Lines 6-25
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= Net-FreshBooks-API |
8 |
PORTNAME= Net-FreshBooks-API |
9 |
PORTVERSION= 0.10 |
9 |
PORTVERSION= 0.12 |
10 |
CATEGORIES= www perl5 |
10 |
CATEGORIES= www perl5 |
11 |
MASTER_SITES= CPAN |
11 |
MASTER_SITES= CPAN |
12 |
PKGNAMEPREFIX= p5- |
12 |
PKGNAMEPREFIX= p5- |
13 |
|
13 |
|
14 |
MAINTAINER= gslin@gslin.org |
14 |
MAINTAINER= perl@FreeBSD.org |
15 |
COMMENT= Easy OO access to the FreshBooks.com API |
15 |
COMMENT= Easy OO access to the FreshBooks.com API |
16 |
|
16 |
|
17 |
RUN_DEPENDS= p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \ |
17 |
RUN_DEPENDS= p5-Clone>0:${PORTSDIR}/devel/p5-Clone \ |
18 |
p5-Clone>0:${PORTSDIR}/devel/p5-Clone \ |
|
|
19 |
p5-Crypt-SSLeay>0:${PORTSDIR}/security/p5-Crypt-SSLeay \ |
20 |
p5-Data-Dump>0:${PORTSDIR}/devel/p5-Data-Dump \ |
18 |
p5-Data-Dump>0:${PORTSDIR}/devel/p5-Data-Dump \ |
21 |
p5-DateTime>0:${PORTSDIR}/devel/p5-DateTime \ |
|
|
22 |
p5-Lingua-EN-Inflect>0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect \ |
19 |
p5-Lingua-EN-Inflect>0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect \ |
|
|
20 |
p5-Moose>0:${PORTSDIR}/devel/p5-Moose \ |
21 |
p5-Net-OAuth-Simple>0:${PORTSDIR}/net/p5-Net-OAuth-Simple \ |
22 |
p5-Params-Validate>0:${PORTSDIR}/devel/p5-Params-Validate \ |
23 |
p5-Path-Class>0:${PORTSDIR}/devel/p5-Path-Class \ |
23 |
p5-Path-Class>0:${PORTSDIR}/devel/p5-Path-Class \ |
24 |
p5-URI>0:${PORTSDIR}/net/p5-URI \ |
24 |
p5-URI>0:${PORTSDIR}/net/p5-URI \ |
25 |
p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML \ |
25 |
p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML \ |
Lines 30-36
Link Here
|
30 |
|
30 |
|
31 |
MAN3= Net::FreshBooks::API.3 \ |
31 |
MAN3= Net::FreshBooks::API.3 \ |
32 |
Net::FreshBooks::API::Base.3 \ |
32 |
Net::FreshBooks::API::Base.3 \ |
|
|
33 |
Net::FreshBooks::API::Client.3 \ |
34 |
Net::FreshBooks::API::Invoice.3 \ |
35 |
Net::FreshBooks::API::InvoiceLine.3 \ |
33 |
Net::FreshBooks::API::Iterator.3 \ |
36 |
Net::FreshBooks::API::Iterator.3 \ |
|
|
37 |
Net::FreshBooks::API::Links.3 \ |
38 |
Net::FreshBooks::API::OAuth.3 \ |
39 |
Net::FreshBooks::API::Payment.3 \ |
34 |
Net::FreshBooks::API::Recurring.3 |
40 |
Net::FreshBooks::API::Recurring.3 |
35 |
|
41 |
|
36 |
.include <bsd.port.mk> |
42 |
.include <bsd.port.mk> |