1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/www/p5-WWW-IMDb/Makefile
Andrej Zverev f546c1d1de - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 13:05:56 +00:00

23 lines
555 B
Makefile

# Created by: Michael L. Hostbaek (mich@freebsdcluster.org)
# $FreeBSD$
PORTNAME= IMDb
PORTVERSION= 0.01
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ftp://ftp.rhapsodyk.net/pub/devel/perl/
PKGNAMEPREFIX= p5-WWW-
DISTNAME= IMDb-current
MAINTAINER= mich@FreeBSD.org
COMMENT= Perl interface to query the Internet Movie Database(IMDb)
RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>