freebsd-ports/www/p5-IMDB-Film/Makefile
Frederic Culot c8b9e9dab4 - Update to 0.49.
Changes:	http://search.cpan.org/dist/IMDB-Film/ChangeLog
Approved by:	sahil@/wen@ (mentors, implicit)
2010-11-27 09:46:07 +00:00

29 lines
813 B
Makefile

# 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.49
CATEGORIES= www perl5
MASTER_SITES= CPAN/../../authors/id/S/ST/STEPANOV
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= OO Perl interface to the movies database IMDB
RUN_DEPENDS= p5-Cache-Cache>=0:${PORTSDIR}/devel/p5-Cache-Cache \
p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
p5-Error>=0:${PORTSDIR}/lang/p5-Error \
p5-HTML-Parser>=2.28:${PORTSDIR}/www/p5-HTML-Parser \
p5-Text-Unidecode>=0:${PORTSDIR}/converters/p5-Text-Unidecode \
p5-libwww>=1.41:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= IMDB::BaseClass.3 IMDB::Film.3 IMDB::Persons.3
.include <bsd.port.mk>