freebsd-ports/www/p5-IMDB-Film/Makefile
Mathieu Arnold 4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00

27 lines
753 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= IMDB-Film
PORTVERSION= 0.53
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN: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}
USES= perl5
USE_PERL5= configure
MAN3= IMDB::BaseClass.3 IMDB::Film.3 IMDB::Persons.3
.include <bsd.port.mk>