1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/www/p5-WWW-NioTV/Makefile
Dag-Erling Smørgrav 9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00

26 lines
608 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= WWW-NioTV
PORTVERSION= 0.04
PORTREVISION= 2
DISTVERSIONPREFIX=v
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Retrieve TV information from http://www.niotv.com/
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-HTML-SimpleLinkExtor>=1.19:www/p5-HTML-SimpleLinkExtor \
p5-HTML-TableExtract>=2.1:www/p5-HTML-TableExtract \
p5-List-MoreUtils>=0.22:lang/p5-List-MoreUtils \
p5-Moose>=0.54:devel/p5-Moose \
p5-WWW-Mechanize>=1.34:www/p5-WWW-Mechanize
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>