# Ports collection makefile for: p5-WWW-Scraper-ISBN-Amazon_Driver # Date created: Nov 8, 2005 # Whom: Ying-Chieh Liao # # $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 .if ${PERL_LEVEL} < 500600 IGNORE= "Requires perl 5.6.x or higher" .endif .include