d21d50e472
- Add LICENSE (Artistic 2.0) - Fix RUN_DEPENDS (was being assigned to itself instead of BUILD_DEPENDS) Changes: http://search.cpan.org/dist/WWW-Scraper-ISBN-Amazon_Driver/Changes
29 lines
770 B
Makefile
29 lines
770 B
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.27
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Search driver for the (US) Amazon online catalog
|
|
|
|
LICENSE= ART20
|
|
|
|
BUILD_DEPENDS= p5-WWW-Mechanize>=1.60:${PORTSDIR}/www/p5-WWW-Mechanize \
|
|
p5-WWW-Scraper-ISBN>=0.25:${PORTSDIR}/www/p5-WWW-Scraper-ISBN \
|
|
p5-WWW-Scraper-ISBN-Driver>=0.18:${PORTSDIR}/www/p5-WWW-Scraper-ISBN-Driver
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= WWW::Scraper::ISBN::AmazonUK_Driver.3 \
|
|
WWW::Scraper::ISBN::AmazonUS_Driver.3
|
|
|
|
.include <bsd.port.mk>
|