f546c1d1de
Approved by: portmgr (blanket infrastructure)
18 lines
373 B
Makefile
18 lines
373 B
Makefile
# Created by: Anatoliy Dmytriyev <tolid@plab.ku.dk>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= WWW-TV
|
|
PORTVERSION= 0.14
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tolid@tolid.eu.org
|
|
COMMENT= Perl interface to the database of series/episodes at TV.com
|
|
|
|
RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|