1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/www/p5-HTTP-Async/Makefile
Sunpoet Po-Chuan Hsieh d0f715b24b - Update to 0.23
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/HTTP-Async/Changes
2013-11-04 16:58:53 +00:00

27 lines
668 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= HTTP-Async
PORTVERSION= 0.23
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
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>