diff options
author | roberto <roberto@FreeBSD.org> | 2002-07-19 09:41:44 +0000 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 2002-07-19 09:41:44 +0000 |
commit | ac9b6829b0514db58783a2fc534b4cecc2a3eab6 (patch) | |
tree | e18b04ee87ea30823fdeb1272455d40a0b3b0ed0 /www/p5-WWW-IMDb | |
parent | 3d1bb480deb54daad4f0685144626fbfbbbaf924 (diff) | |
download | FreeBSD-ports-ac9b6829b0514db58783a2fc534b4cecc2a3eab6.zip FreeBSD-ports-ac9b6829b0514db58783a2fc534b4cecc2a3eab6.tar.gz |
Internet Movie Database Perl library (IMDb.pm) is a Perl class that queries
the Internet Movie Database via a simple OO interface.
Author: Olivier Poitrey <rs-freshmeat@rhapsodyk.net>
PR: ports/40692
Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org>
Diffstat (limited to 'www/p5-WWW-IMDb')
-rw-r--r-- | www/p5-WWW-IMDb/Makefile | 27 | ||||
-rw-r--r-- | www/p5-WWW-IMDb/distinfo | 1 | ||||
-rw-r--r-- | www/p5-WWW-IMDb/pkg-comment | 1 | ||||
-rw-r--r-- | www/p5-WWW-IMDb/pkg-descr | 7 | ||||
-rw-r--r-- | www/p5-WWW-IMDb/pkg-plist | 7 |
5 files changed, 43 insertions, 0 deletions
diff --git a/www/p5-WWW-IMDb/Makefile b/www/p5-WWW-IMDb/Makefile new file mode 100644 index 0000000..69918fe --- /dev/null +++ b/www/p5-WWW-IMDb/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-WWW-IMDb +# Date created: Wed Jul 17 08:00:30 2001 +# Whom: Michael L. Hostbaek (mich@freebsdcluster.org) +# +# $FreeBSD$ +# + +PORTNAME= IMDb +PORTVERSION= 0.01 +CATEGORIES= www perl5 +MASTER_SITES= ftp://ftp.rhapsodyk.net/pub/devel/perl/ +PKGNAMEPREFIX= p5-WWW- +DISTNAME= IMDb-current + +MAINTAINER= mich@freebsdcluster.org + +RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= IMDb.3 + +.include <bsd.port.mk> diff --git a/www/p5-WWW-IMDb/distinfo b/www/p5-WWW-IMDb/distinfo new file mode 100644 index 0000000..e2d1882 --- /dev/null +++ b/www/p5-WWW-IMDb/distinfo @@ -0,0 +1 @@ +MD5 (IMDb-current.tar.gz) = 3e3a750967bc1b131efe4b72fe319e32 diff --git a/www/p5-WWW-IMDb/pkg-comment b/www/p5-WWW-IMDb/pkg-comment new file mode 100644 index 0000000..681792c --- /dev/null +++ b/www/p5-WWW-IMDb/pkg-comment @@ -0,0 +1 @@ +Perl interface to query the Internet Movie Database(IMDb) diff --git a/www/p5-WWW-IMDb/pkg-descr b/www/p5-WWW-IMDb/pkg-descr new file mode 100644 index 0000000..ac9764b --- /dev/null +++ b/www/p5-WWW-IMDb/pkg-descr @@ -0,0 +1,7 @@ +Internet Movie Database Perl library (IMDb.pm) is a Perl class that queries +the Internet Movie Database via a simple OO interface. + +Author: Olivier Poitrey <rs-freshmeat@rhapsodyk.net> + + --Michael L. Hostbaek + <mich@freebsdcluster.org> diff --git a/www/p5-WWW-IMDb/pkg-plist b/www/p5-WWW-IMDb/pkg-plist new file mode 100644 index 0000000..bd349d0 --- /dev/null +++ b/www/p5-WWW-IMDb/pkg-plist @@ -0,0 +1,7 @@ +lib/perl5/site_perl/%%PERL_VER%%/IMDb/Title.pm +lib/perl5/site_perl/%%PERL_VER%%/IMDb/Generique.pm +lib/perl5/site_perl/%%PERL_VER%%/IMDb/People.pm +lib/perl5/site_perl/%%PERL_VER%%/IMDb.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IMDb/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IMDb +@dirrm lib/perl5/site_perl/%%PERL_VER%%/IMDb |