freebsd-ports/www/p5-POE-Component-Client-HTTP/Makefile
2021-04-06 16:31:07 +02:00

28 lines
754 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
PORTNAME= POE-Component-Client-HTTP
PORTVERSION= 0.9490
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
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-POE>=1.312:devel/p5-POE \
p5-POE-Component-Client-Keepalive>=0.2710:net/p5-POE-Component-Client-Keepalive \
p5-URI>=1.37:net/p5-URI \
p5-libwww>=0:www/p5-libwww
TEST_DEPENDS= p5-Test-POE-Server-TCP>=1.14:devel/p5-Test-POE-Server-TCP
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>