2010-12-03 11:46:46 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2010/12/03 11:46:52 ajacoutot Exp $
|
2007-07-22 16:44:25 +00:00
|
|
|
|
|
|
|
COMMENT= process multiple HTTP requests in parallel without blocking
|
|
|
|
|
|
|
|
MODULES= cpan
|
2007-10-19 18:48:26 +00:00
|
|
|
DISTNAME= HTTP-Async-0.09
|
2010-12-03 11:46:46 +00:00
|
|
|
REVISION= 0
|
2007-07-22 16:44:25 +00:00
|
|
|
CATEGORIES= www
|
2010-10-19 08:02:53 +00:00
|
|
|
USE_GROFF = Yes
|
2007-07-22 16:44:25 +00:00
|
|
|
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
|
|
|
|
# Perl
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM=Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-11-22 08:36:47 +00:00
|
|
|
RUN_DEPENDS= www/p5-libwww
|
2007-07-22 16:44:25 +00:00
|
|
|
|
2010-11-22 08:36:47 +00:00
|
|
|
REGRESS_DEPENDS=www/p5-Test-HTTP-Server-Simple
|
2007-07-22 16:44:25 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|