freebsd-ports/devel/p5-IO-Lambda/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

28 lines
686 B
Makefile

# Created by: Vany Serezhkin <ivan@serezhkin.com>
# $FreeBSD$
PORTNAME= IO-Lambda
PORTVERSION= 1.23
PORTREVISION= 1
CATEGORIES= devel perl5 parallel net www databases
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ivan@serezhkin.com
COMMENT= Non-blocking I/O in lambda style
BUILD_DEPENDS= p5-Sub-Name>=0.04:devel/p5-Sub-Name \
p5-Net-DNS>=0.64:dns/p5-Net-DNS \
p5-libwww>=5.822:www/p5-libwww \
p5-URI>=1.37:net/p5-URI
RUN_DEPENDS:= ${BUILD_DEPENDS} \
p5-IO-Socket-SSL>=1.19:security/p5-IO-Socket-SSL \
p5-AnyEvent>=4.33:devel/p5-AnyEvent \
p5-DBI>=1.60.4:databases/p5-DBI
USES= perl5
USE_PERL5= configure
CONFIGURE_ARGS+= --no-online-tests
.include <bsd.port.mk>