375a7912a0
WWW: http://search.cpan.org/dist/WWW-Scraper-ISBN-ORA_Driver/ PR: ports/88670 Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
35 lines
1 KiB
Makefile
35 lines
1 KiB
Makefile
# Ports collection makefile for: p5-WWW-Scraper-ISBN-ORA_Driver
|
|
# Date created: Nov 8, 2005
|
|
# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= WWW-Scraper-ISBN-ORA_Driver
|
|
PORTVERSION= 0.06
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= WWW
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Search driver for O'Reilly & Associates's 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::ORA_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>
|