1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Add p5-WebService-MoviePosterDB 0.18

This is a Perl interface to the MoviePosterDB API.

WWW: http://search.cpan.org/dist/WebService-MoviePosterDB/

PR:		ports/157881
Submitted by:	Christopher Key <cjk32@cam.ac.uk>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-06-28 15:14:32 +00:00
parent 6706c94395
commit c34207994e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276575
5 changed files with 43 additions and 0 deletions

View File

@ -1350,6 +1350,7 @@
SUBDIR += p5-WebService-IMDB
SUBDIR += p5-WebService-ISBNDB
SUBDIR += p5-WebService-Linode
SUBDIR += p5-WebService-MoviePosterDB
SUBDIR += p5-WebService-MusicBrainz
SUBDIR += p5-WebService-NoPaste
SUBDIR += p5-WebService-Rakuten

View File

@ -0,0 +1,29 @@
# New ports collection makefile for: p5-WebService-MoviePosterDB
# Date created: 2011-06-13
# Whom: Christopher Key <cjk32@cam.ac.uk>
#
# $FreeBSD$
#
PORTNAME= WebService-MoviePosterDB
PORTVERSION= 0.18
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= cjk32@cam.ac.uk
COMMENT= Perl interface to MoviePosterDB
RUN_DEPENDS= p5-Cache-Cache>=0:${PORTSDIR}/devel/p5-Cache-Cache \
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
PERL_CONFIGURE= yes
MAN3= WebService::MoviePosterDB.3 \
WebService::MoviePosterDB::Movie.3 \
WebService::MoviePosterDB::Poster.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (WebService-MoviePosterDB-0.18.tar.gz) = b7ea89722466d04b52a491c563b3f627352546a6f0db0335e01da743b764e567
SIZE (WebService-MoviePosterDB-0.18.tar.gz) = 4878

View File

@ -0,0 +1,3 @@
This is a Perl interface to the MoviePosterDB API.
WWW: http://search.cpan.org/dist/WebService-MoviePosterDB/

View File

@ -0,0 +1,8 @@
%%SITE_PERL%%/WebService/MoviePosterDB.pm
%%SITE_PERL%%/WebService/MoviePosterDB/Movie.pm
%%SITE_PERL%%/WebService/MoviePosterDB/Poster.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/MoviePosterDB/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/MoviePosterDB
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService
@dirrm %%SITE_PERL%%/WebService/MoviePosterDB
@dirrmtry %%SITE_PERL%%/WebService