freebsd-ports/www/p5-WebService-ISBNDB/Makefile
Jun Kuriyama 9f86f5c17c - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 3).

Approved by:	portmgr (itetcu)
2010-01-23 07:28:11 +00:00

39 lines
1 KiB
Makefile

# ex:ts=8
# Ports collection makefile for: WebService::ISBNDB
# Date created: Jan 4, 2007
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= WebService-ISBNDB
PORTVERSION= 0.34
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A Perl extension to access isbndb.com
RUN_DEPENDS= p5-Business-ISBN>=1.80:${PORTSDIR}/misc/p5-Business-ISBN \
p5-Class-Std>=0.0.8:${PORTSDIR}/devel/p5-Class-Std \
p5-Error>=0.17:${PORTSDIR}/lang/p5-Error \
p5-libwww>=5.801:${PORTSDIR}/www/p5-libwww \
p5-XML-LibXML>=1.58:${PORTSDIR}/textproc/p5-XML-LibXML \
p5-TimeDate>=1.16:${PORTSDIR}/devel/p5-TimeDate
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_MODBUILD= yes
MAN3= WebService::ISBNDB.3 \
WebService::ISBNDB::API.3 \
WebService::ISBNDB::API::Authors.3 \
WebService::ISBNDB::API::Books.3 \
WebService::ISBNDB::API::Categories.3 \
WebService::ISBNDB::API::Publishers.3 \
WebService::ISBNDB::API::Subjects.3 \
WebService::ISBNDB::Agent.3 \
WebService::ISBNDB::Agent::REST.3 \
WebService::ISBNDB::Iterator.3 \
.include <bsd.port.mk>