freebsd-ports/www/p5-WWW-Spinn3r/Makefile
Yen-Ming Lee 1b8c6e1c82 - update to 2.00200002
PR:		based on 125326
Submitted by:	Wen heping <wenheping at gmail.com>
2008-09-03 21:27:36 +00:00

36 lines
921 B
Makefile

# New ports collection makefile for: p5-WWW-Spinn3r
# Date created: 2008-03-15
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= WWW-Spinn3r
PORTVERSION= 2.00200002
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= An interface to the Spinn3r API
RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
p5-DateTime-Format-ISO8601>=0:${PORTSDIR}/devel/p5-DateTime-Format-ISO8601 \
p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-XML-Twig>=0:${PORTSDIR}/textproc/p5-XML-Twig \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
PERL_CONFIGURE= yes
MAN3= WWW::Spinn3r.3 \
WWW::Spinn3r::Synced.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= p5-Storable>=0:${PORTSDIR}/devel/p5-Storable \
p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes
.endif
.include <bsd.port.post.mk>