freebsd-ports/www/p5-Xango/Makefile
Andrej Zverev 3982ced0ba - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 05:52:54 +00:00

36 lines
1 KiB
Makefile

# New ports collection makefile for: p5-Xango
# Date created: 2006-07-10
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Xango
PORTVERSION= 1.08
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DMAKI
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Event Based High Performance Web Crawler Framework
DEPRECATED= Removed from CPAN
EXPIRATION_DATE= 2012-05-11
BUILD_DEPENDS= p5-Cache-Cache>=0:${PORTSDIR}/devel/p5-Cache-Cache \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch \
p5-POE>=0:${PORTSDIR}/devel/p5-POE \
p5-POE-Component-Client-DNS>=0:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \
p5-POE-Component-Client-HTTP>=0:${PORTSDIR}/www/p5-POE-Component-Client-HTTP \
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
MAN3= Xango.3 Xango::Broker.3 Xango::Broker::Base.3 \
Xango::Broker::Pull.3 Xango::Broker::Push.3 \
Xango::Config.3 Xango::Job.3 Xango::Manual::Intro.3
.include <bsd.port.mk>