diff options
Diffstat (limited to 'www/p5-WWW-TV')
-rw-r--r-- | www/p5-WWW-TV/Makefile | 24 | ||||
-rw-r--r-- | www/p5-WWW-TV/distinfo | 3 | ||||
-rw-r--r-- | www/p5-WWW-TV/pkg-descr | 3 | ||||
-rw-r--r-- | www/p5-WWW-TV/pkg-plist | 8 |
4 files changed, 38 insertions, 0 deletions
diff --git a/www/p5-WWW-TV/Makefile b/www/p5-WWW-TV/Makefile new file mode 100644 index 000000000000..de40c9ae5d8f --- /dev/null +++ b/www/p5-WWW-TV/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: WWW-TV +# Date created: 9 March 2007 +# Whom: Anatoliy Dmytriyev <tolid@plab.ku.dk> +# +# $FreeBSD$ +# + +PORTNAME= WWW-TV +PORTVERSION= 0.08 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= WWW +PKGNAMEPREFIX= p5- + +MAINTAINER= tolid@plab.ku.dk +COMMENT= Perl interface to the database of series/episodes at TV.com + +RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww + +PERL_CONFIGURE= yes + +MAN3= WWW::TV.3 WWW::TV::Episode.3 WWW::TV::Series.3 + +.include <bsd.port.mk> diff --git a/www/p5-WWW-TV/distinfo b/www/p5-WWW-TV/distinfo new file mode 100644 index 000000000000..31f8f3f9ed03 --- /dev/null +++ b/www/p5-WWW-TV/distinfo @@ -0,0 +1,3 @@ +MD5 (WWW-TV-0.08.tar.gz) = ce3526d0e6a666296e0502c34779b476 +SHA256 (WWW-TV-0.08.tar.gz) = efac15e3a82549b4a0b7137d9b6cbe5cf6a263c3e48571dff96b2e7d65307cc0 +SIZE (WWW-TV-0.08.tar.gz) = 16384 diff --git a/www/p5-WWW-TV/pkg-descr b/www/p5-WWW-TV/pkg-descr new file mode 100644 index 000000000000..437c3addc591 --- /dev/null +++ b/www/p5-WWW-TV/pkg-descr @@ -0,0 +1,3 @@ +WWW::TV is OO Perl interface to the database of series/episodes +at TV.com (www.tv.com). It allows to retrieve information +about tv shows by its TV.com code. diff --git a/www/p5-WWW-TV/pkg-plist b/www/p5-WWW-TV/pkg-plist new file mode 100644 index 000000000000..24eaf5538117 --- /dev/null +++ b/www/p5-WWW-TV/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/TV/.packlist +%%SITE_PERL%%/WWW/TV.pm +%%SITE_PERL%%/WWW/TV/Episode.pm +%%SITE_PERL%%/WWW/TV/Series.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/TV +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW +@dirrm %%SITE_PERL%%/WWW/TV +@dirrmtry %%SITE_PERL%%/WWW |