1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-08 02:15:08 +00:00
freebsd-ports/www/p5-HTTP-Async/Makefile
Chin-San Huang ad9822ea74 - Update to 0.09.
- Use the CPAN site macro.
2007-09-18 20:13:46 +00:00

28 lines
674 B
Makefile

# New ports collection makefile for: p5-HTTP-Async
# Date created: 2007/02/14
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= HTTP-Async
PORTVERSION= 0.09
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Process multiple HTTP requests in parallel without blocking
BUILD_DEPENDS= 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>