aboutsummaryrefslogblamecommitdiff
path: root/www/p5-WebService-ISBNDB/Makefile
blob: 4441ea3a8f07b1a9f059fef1ed8d046dbace3fcd (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                          
                    












                                                                          
                              














                                               
# 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>