freebsd-ports/www/p5-WWW-Scraper-ISBN-ORA_Driver/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

24 lines
605 B
Makefile

# Created by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
# $FreeBSD$
PORTNAME= WWW-Scraper-ISBN-ORA_Driver
PORTVERSION= 0.22
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= jadawin@FreeBSD.org
COMMENT= Search driver for O'Reilly & Associates's online catalog
LICENSE= ART20
BUILD_DEPENDS= p5-WWW-Scraper-ISBN>=1.00:www/p5-WWW-Scraper-ISBN
RUN_DEPENDS= p5-Template-Extract>=0:textproc/p5-Template-Extract \
p5-WWW-Mechanize>=0:www/p5-WWW-Mechanize \
p5-WWW-Scraper-ISBN>=1.00:www/p5-WWW-Scraper-ISBN
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>