freebsd-ports/www/p5-POE-Component-Client-HTTP/Makefile

30 lines
882 B
Makefile
Raw Normal View History

# New ports collection makefile for: POE-Component-Client-HTTP
# Date created: 10 Dec 2001
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= POE-Component-Client-HTTP
2004-10-12 14:21:45 +02:00
PORTVERSION= 0.65
CATEGORIES= devel perl5 www
2003-05-21 13:23:15 +02:00
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= POE
PKGNAMEPREFIX= p5-
2002-07-05 15:33:56 +02:00
MAINTAINER= skv@FreeBSD.org
COMMENT= POE component for non-blocking/concurrent HTTP queries
2003-05-21 13:23:15 +02:00
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/${PERL_ARCH}/Net/SSLeay/Handle.pm:${PORTSDIR}/security/p5-Net-SSLeay \
2004-02-28 12:01:19 +01:00
${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
2003-05-21 13:23:15 +02:00
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
2002-07-05 15:33:56 +02:00
MAN3= POE::Component::Client::HTTP.3 POE::Component::Client::SSL.3
.include <bsd.port.mk>