freebsd-ports/www/p5-POE-Component-Client-HTTP/Makefile
Sunpoet Po-Chuan Hsieh 2c7b8bf0bd - Remove outdated PERL_LEVEL check
With hat:	perl
2014-03-06 18:51:17 +00:00

29 lines
843 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= POE-Component-Client-HTTP
PORTVERSION= 0.9480
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:RCAPUTO
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//}
MAINTAINER= perl@FreeBSD.org
COMMENT= POE component for non-blocking/concurrent HTTP queries
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-POE>=1.312:${PORTSDIR}/devel/p5-POE \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-URI>=1.37:${PORTSDIR}/net/p5-URI \
p5-POE-Component-Client-Keepalive>=0.2710:${PORTSDIR}/net/p5-POE-Component-Client-Keepalive \
p5-Socket>=2.001:${PORTSDIR}/net/p5-Socket
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-POE-Server-TCP>=1.14:${PORTSDIR}/devel/p5-Test-POE-Server-TCP
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>