head	1.6;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.06.02.56;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.06.10.18.42.48;	author swills;	state Exp;
branches;
next	1.4;

1.4
date	2010.01.23.07.28.11;	author kuriyama;	state Exp;
branches;
next	1.3;

1.3
date	2008.04.09.14.30.29;	author mat;	state Exp;
branches;
next	1.2;

1.2
date	2007.09.12.08.38.57;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2007.01.04.10.05.08;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# ex:ts=8
# Ports collection makefile for:	WebService::ISBNDB
# Date created:			Jan 4, 2007
# Whom:				ijliao
#
# $FreeBSD: head/www/p5-WebService-ISBNDB/Makefile 300897 2012-07-14 14:29:18Z beat $
#

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


1.5
log
@- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.4
log
@- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 3).

Approved by:	portmgr (itetcu)
@
text
@d24 1
a24 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.3
log
@Update to 0.34
@
text
@d24 1
a24 2
BUILD_DEPENDS=	${RUN_DEPENDS} \
		p5-Test-Simple>0:${PORTSDIR}/devel/p5-Test-Simple
@


1.2
log
@- Update to 0.33
@
text
@d10 1
a10 1
PORTVERSION=	0.33
@


1.1
log
@add p5-WebService-ISBNDB 0.32
A Perl extension to access isbndb.com
@
text
@d10 1
a10 1
PORTVERSION=	0.32
@

