mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Add p5-IMDB-Film 0.22, OO Perl interface to the movies database IMDB.
PR: ports/101215 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
78fe3a05c5
commit
dc174bdbe2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169426
@ -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
|
||||
|
35
www/p5-IMDB-Film/Makefile
Normal file
35
www/p5-IMDB-Film/Makefile
Normal file
@ -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>
|
3
www/p5-IMDB-Film/distinfo
Normal file
3
www/p5-IMDB-Film/distinfo
Normal file
@ -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
|
4
www/p5-IMDB-Film/pkg-descr
Normal file
4
www/p5-IMDB-Film/pkg-descr
Normal file
@ -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/
|
8
www/p5-IMDB-Film/pkg-plist
Normal file
8
www/p5-IMDB-Film/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user