mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
22 lines
442 B
Makefile
22 lines
442 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
|
|
|
|
MAN3= WWW::TV.3 WWW::TV::Episode.3 WWW::TV::Series.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|