1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/www/p5-Net-FreshBooks-API/Makefile
Martin Wilke d998c15812 http://www.freshbooks.com is a website that lets you create, send and
manage invoices. This module is an OO abstraction of their API that
lets you work with Clients, Invoices etc as if they were standard Perl
objects.

WWW:	http://search.cpan.org/dist/Net-FreshBooks-API/

PR:		ports/142261
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2010-01-04 22:56:48 +00:00

37 lines
1.1 KiB
Makefile

# New ports collection makefile for: p5-Net-FreshBooks-API
# Date created: 2010-01-03
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Net-FreshBooks-API
PORTVERSION= 0.10
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.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 \
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-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
PERL_CONFIGURE= yes
MAN3= Net::FreshBooks::API.3 \
Net::FreshBooks::API::Base.3 \
Net::FreshBooks::API::Iterator.3 \
Net::FreshBooks::API::Recurring.3
.include <bsd.port.mk>