1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/www/p5-HTTP-Async/Makefile
2014-06-19 11:59:15 +00:00

28 lines
717 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= HTTP-Async
PORTVERSION= 0.26
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Process multiple HTTP requests in parallel without blocking
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple \
p5-Net-HTTPS-NB>=0.13:${PORTSDIR}/net/p5-Net-HTTPS-NB \
p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-Test-HTTP-Server-Simple \
p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>