aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-IMDB-Film/Makefile
blob: f14ba68e86a2b91b90b70324791fafaf9569192b (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
30
# 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.29
CATEGORIES= www perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= ../../authors/id/S/ST/STEPANOV
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.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
BUILD_DEPENDS=  ${RUN_DEPENDS}

PERL_CONFIGURE= yes
CONFIGURE_ARGS= </dev/null

MAN3=       IMDB::BaseClass.3 IMDB::Film.3 IMDB::Persons.3

.include <bsd.port.mk>