aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-WebService-ISBNDB/Makefile
blob: 8850e2116d7c365538337bcea9be673167e5d975 (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
35
36
37
38
39
40
# 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} \
        p5-Test-Simple>0:${PORTSDIR}/devel/p5-Test-Simple

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>