diff options
Diffstat (limited to '')
-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 000000000000..69918fe2a2e0 --- /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 000000000000..e2d188246a95 --- /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 000000000000..681792cb72f5 --- /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 000000000000..ac9764b2c16d --- /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 000000000000..bd349d038bee --- /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 |