24 lines
460 B
Makefile
24 lines
460 B
Makefile
# $OpenBSD: Makefile,v 1.7 2013/03/11 11:35:54 espie Exp $
|
|
|
|
COMMENT= POE HTTP user-agent component
|
|
|
|
MODULES= cpan
|
|
DISTNAME= POE-Component-Client-HTTP-0.88
|
|
REVISION= 0
|
|
CATEGORIES= net www
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-POE \
|
|
net/p5-POE-Component-Client-Keepalive>=0.25 \
|
|
www/p5-URI \
|
|
www/p5-libwww
|
|
|
|
TEST_DEPENDS=devel/p5-Test-POE-Server-TCP
|
|
|
|
.include <bsd.port.mk>
|