freebsd-ports/www/p5-HTTP-Async/Makefile
Rong-En Fan 3b4110d8ff Add p5-HTTP-Async 0.07, process multiple HTTP requests in parallel
without blocking.

PR:		ports/110469
Submitted by:	chinsan
2007-03-18 17:31:39 +00:00

29 lines
798 B
Makefile

# New ports collection makefile for: p5-HTTP-Async
# Date created: 2007/02/14
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= HTTP-Async
PORTVERSION= 0.07
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/E/EV/EVDB
PKGNAMEPREFIX= p5-
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Process multiple HTTP requests in parallel without blocking
BUILD_DEPENDS= p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build \
p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-Test-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-Test-HTTP-Server-Simple
RUN_DEPENDS= ${BUILD_DEPENDS}
MAN3= HTTP::Async.3 HTTP::Async::Polite.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>