head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	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
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.06.02.55;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2008.04.17.14.30.22;	author araujo;	state Exp;
branches;
next	1.2;

1.2
date	2007.09.08.01.11.44;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2005.11.09.14.18.51;	author garga;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# Ports collection makefile for:	p5-WWW-Scraper-ISBN-Record
# Date created:			Nov 8, 2005
# Whom:				Ying-Chieh Liao <ijliao@@csie.nctu.edu.tw>
#
# $FreeBSD: head/www/p5-WWW-Scraper-ISBN-Record/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	WWW-Scraper-ISBN-Record
PORTVERSION=	0.17
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Book Record class for WWW::Scraper::ISBN module

PERL_CONFIGURE=	YES

MAN3=	WWW::Scraper::ISBN::Record.3

.include <bsd.port.mk>
@


1.3
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	WWW
@


1.1
log
@The WWW::Scraper::ISBN::Record module defines a class that can be used to deal
with book information. It was primarily created as a return type for the
WWW::Scraper::ISBN module, though it could be used for other purposes. It
knows minimal information about itself, whether the book was found, where it
was found, its ISBN number, and whether any errors occurred. It is usually up
to the WWW::Scraper::ISBN::Driver and its subclasses to make sure that the
fields get set correctly.

WWW: http://search.cpan.org/dist/WWW-Scraper-ISBN-Record/

PR:		ports/88666
Submitted by:	Ying-Chieh Liao <ijliao@@csie.nctu.edu.tw>
@
text
@d22 1
a22 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
IGNORE=	"Requires perl 5.6.x or higher"
.endif

.include <bsd.port.post.mk>
@

