mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
72ea7e696b
With hat: portmgr Sponsored by: Absolight
20 lines
377 B
Makefile
20 lines
377 B
Makefile
# Created by: Anatoliy Dmytriyev <tolid@plab.ku.dk>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= WWW-TV
|
|
PORTVERSION= 0.14
|
|
PORTREVISION= 1
|
|
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:www/p5-libwww
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|