diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-IMDB-Film/Makefile | 35 | ||||
-rw-r--r-- | www/p5-IMDB-Film/distinfo | 3 | ||||
-rw-r--r-- | www/p5-IMDB-Film/pkg-descr | 4 | ||||
-rw-r--r-- | www/p5-IMDB-Film/pkg-plist | 8 |
5 files changed, 51 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index facaccab6587..4471cdf4ea40 100644 --- a/www/Makefile +++ b/www/Makefile @@ -675,6 +675,7 @@ SUBDIR += p5-HTTPD-Log-Filter SUBDIR += p5-HTTPD-User-Manage SUBDIR += p5-Handel + SUBDIR += p5-IMDB-Film SUBDIR += p5-IMDB-Movie SUBDIR += p5-Jifty SUBDIR += p5-Kwiki diff --git a/www/p5-IMDB-Film/Makefile b/www/p5-IMDB-Film/Makefile new file mode 100644 index 000000000000..8f5024a26ff6 --- /dev/null +++ b/www/p5-IMDB-Film/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: p5-IMDB-Film +# Date created: 2006-08-02 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= IMDB-Film +PORTVERSION= 0.22 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/S/ST/STEPANOV +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= OO Perl interface to the movies database IMDB + +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ + ${SITE_PERL}/Cache/FileCache.pm:${PORTSDIR}/devel/p5-Cache-Cache \ + ${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \ + p5-HTML-Parser>=3.34:${PORTSDIR}/www/p5-HTML-Parser \ + p5-libwww>=5.800:${PORTSDIR}/www/p5-libwww + +PERL_CONFIGURE= yes +CONFIGURE_ARGS= </dev/null + +MAN3= IMDB::BaseClass.3 IMDB::Film.3 IMDB::Persons.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 # Inherited from many ports +IGNORE= requires Perl 5.6.0 or newer. Please install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/www/p5-IMDB-Film/distinfo b/www/p5-IMDB-Film/distinfo new file mode 100644 index 000000000000..7836bcde48a6 --- /dev/null +++ b/www/p5-IMDB-Film/distinfo @@ -0,0 +1,3 @@ +MD5 (IMDB-Film-0.22.tar.gz) = 3a3906237fe7ec32a587405fdc74be0b +SHA256 (IMDB-Film-0.22.tar.gz) = c88864ccdd66f20211e5ba9bf3096b2f9a5d1fa21fe34eeb6abf07e4b0594cf4 +SIZE (IMDB-Film-0.22.tar.gz) = 48094 diff --git a/www/p5-IMDB-Film/pkg-descr b/www/p5-IMDB-Film/pkg-descr new file mode 100644 index 000000000000..2648e8c29a4b --- /dev/null +++ b/www/p5-IMDB-Film/pkg-descr @@ -0,0 +1,4 @@ +IMDB::Film is an object-oriented interface to the IMDB. You can use +that module to retrieve information about film: title, year, plot etc. + +WWW: http://search.cpan.org/dist/IMDB-Film/ diff --git a/www/p5-IMDB-Film/pkg-plist b/www/p5-IMDB-Film/pkg-plist new file mode 100644 index 000000000000..3d0c810ceb37 --- /dev/null +++ b/www/p5-IMDB-Film/pkg-plist @@ -0,0 +1,8 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/IMDB/Film/.packlist +%%SITE_PERL%%/IMDB/Film.pm +%%SITE_PERL%%/IMDB/BaseClass.pm +%%SITE_PERL%%/IMDB/Persons.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IMDB/Film +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IMDB +@dirrmtry %%SITE_PERL%%/IMDB |