blob: 1f2dcd7a4396bf9dc12f85ae778e5351ecfe6095 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# Created by: ijliao
# $FreeBSD$
PORTNAME= WebService-ISBNDB
PORTVERSION= 0.34
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= 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>
|