freebsd-ports/www/p5-AnyEvent-HTTP/Makefile
Sunpoet Po-Chuan Hsieh 3bca6aecf3 - Update to 2.13
Changes:	http://search.cpan.org/dist/AnyEvent-HTTP/Changes
PR:		ports/159777
Submitted by:	sunpoet (myself)
Approved by:	Vladimir Timofeev <vovkasm@gmail.com> (maintainer)
2011-08-16 16:20:24 +00:00

27 lines
603 B
Makefile

# New ports collection makefile for: p5-AnyEvent-HTTP
# Date created: 06 Jul 2008
# Whom: Vladimir Timofeev <vovkasm@gmail.com>
#
# $FreeBSD$
#
PORTNAME= AnyEvent-HTTP
PORTVERSION= 2.13
PORTEPOCH= 2
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MLEHMANN
PKGNAMEPREFIX= p5-
MAINTAINER= vovkasm@gmail.com
COMMENT= Simple but non-blocking HTTP/HTTPS client
BUILD_DEPENDS= p5-AnyEvent>=5.33:${PORTSDIR}/devel/p5-AnyEvent \
p5-common-sense>=3.3:${PORTSDIR}/devel/p5-common-sense
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= AnyEvent::HTTP.3
.include <bsd.port.mk>