mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 19:41:18 +02:00
23 lines
552 B
Makefile
23 lines
552 B
Makefile
# Created by: Vladimir Timofeev <vovkasm@gmail.com>
|
|
# $FreeBSD: head/www/p5-AnyEvent-HTTP/Makefile 412351 2016-04-01 14:33:55Z mat $
|
|
|
|
PORTNAME= AnyEvent-HTTP
|
|
PORTVERSION= 2.22
|
|
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:perl/p5-AnyEvent \
|
|
p5-common-sense>=3.3:perl/p5-common-sense
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|