blob: b9c23ce1fc60f174fe1ed335421f268d5e5ba14f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 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.24
CATEGORIES= www perl5
MASTER_SITES= 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.mk>
|