freebsd-ports/japanese/p5-WWW-MobileCarrierJP/Makefile
Mathieu Arnold a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00

35 lines
888 B
Makefile

# Created by: Masahiro Teramoto <markun@onohara.to>
# $FreeBSD$
PORTNAME= WWW-MobileCarrierJP
PORTVERSION= 0.63
PORTREVISION= 2
CATEGORIES= japanese www perl5
MASTER_SITES= CPAN
MAINTAINER= markun@onohara.to
COMMENT= Scrape Japanese mobile carrier information
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= p5-Moose>=0.60:devel/p5-Moose \
p5-Filter>=0:devel/p5-Filter \
p5-HTML-Selector-XPath>=0.03:www/p5-HTML-Selector-XPath \
p5-HTML-TableExtract>=2.10:www/p5-HTML-TableExtract \
p5-Web-Scraper>=0.24:www/p5-Web-Scraper \
p5-libwww>=5.834:www/p5-libwww \
p5-URI>=0:net/p5-URI \
p5-CAM-PDF>=0:textproc/p5-CAM-PDF
BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= p5-LWP-Online>=1.07:www/p5-LWP-Online \
p5-Test-Base>0:devel/p5-Test-Base
USES= perl5
USE_PERL5= configure
.include <bsd.port.pre.mk>
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
.include <bsd.port.post.mk>