9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
30 lines
731 B
Makefile
30 lines
731 B
Makefile
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= WebService-IMDB
|
|
PORTVERSION= 0.05
|
|
PORTREVISION= 1
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Perl interface to IMDb
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Cache-Cache>=0:devel/p5-Cache-Cache \
|
|
p5-Class-Accessor>=0:devel/p5-Class-Accessor \
|
|
p5-DateTime>=0:devel/p5-DateTime \
|
|
p5-DateTime-Format-Strptime>=0:devel/p5-DateTime-Format-Strptime \
|
|
p5-DateTime-Incomplete>=0:devel/p5-DateTime-Incomplete \
|
|
p5-JSON>=0:converters/p5-JSON \
|
|
p5-URI>=0:net/p5-URI \
|
|
p5-libwww>=0:www/p5-libwww
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|