a5f42644e2
Changes: http://cpansearch.perl.org/src/EVDB/HTTP-Async-0.11/CHANGES Feature safe: yes
29 lines
738 B
Makefile
29 lines
738 B
Makefile
# New ports collection makefile for: p5-HTTP-Async
|
|
# Date created: 2007/02/14
|
|
# Whom: chinsan
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= HTTP-Async
|
|
PORTVERSION= 0.11
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Process multiple HTTP requests in parallel without blocking
|
|
|
|
BUILD_DEPENDS= p5-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple \
|
|
p5-Net-HTTPS-NB>=0:${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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= HTTP::Async.3 HTTP::Async::Polite.3
|
|
|
|
.include <bsd.port.mk>
|