9a5021c8b9
Approved by: portmgr (blanket infrastructure)
22 lines
509 B
Makefile
22 lines
509 B
Makefile
# Created by: Vladimir Timofeev <vovkasm@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= AnyEvent-HTTP
|
|
PORTVERSION= 2.15
|
|
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}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|