freebsd-ports/www/p5-WWW-Scraper-ISBN-Amazon_Driver/Makefile
Renato Botelho 964436c8b5 Searches for book information from the (US) Amazon online catalog.
WWW: http://search.cpan.org/dist/WWW-Scraper-ISBN-Amazon_Driver/

PR:		ports/88669
Submitted by:	Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
2005-11-09 14:20:38 +00:00

36 lines
1.1 KiB
Makefile

# Ports collection makefile for: p5-WWW-Scraper-ISBN-Amazon_Driver
# Date created: Nov 8, 2005
# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= WWW-Scraper-ISBN-Amazon_Driver
PORTVERSION= 0.05
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= WWW
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Search driver for the (US) Amazon online catalog
BUILD_DEPENDS= ${SITE_PERL}/WWW/Scraper/ISBN.pm:${PORTSDIR}/www/p5-WWW-Scraper-ISBN \
${SITE_PERL}/WWW/Scraper/ISBN/Record.pm:${PORTSDIR}/www/p5-WWW-Scraper-ISBN-Record \
${SITE_PERL}/WWW/Scraper/ISBN/Driver.pm:${PORTSDIR}/www/p5-WWW-Scraper-ISBN-Driver \
${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \
${SITE_PERL}/Template/Extract.pm:${PORTSDIR}/textproc/p5-Template-Extract
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= WWW::Scraper::ISBN::AmazonUK_Driver.3 \
WWW::Scraper::ISBN::AmazonUS_Driver.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= "Requires perl 5.6.x or higher"
.endif
.include <bsd.port.post.mk>