freebsd-ports/devel/p5-AnyEvent-I3/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

22 lines
490 B
Makefile

# Created by: Aldis Berjoza <aldis@bsdroot.lv>
# $FreeBSD$
PORTNAME= AnyEvent-I3
PORTVERSION= 0.16
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bapt@FreeBSD.org
COMMENT= Communicate with the i3 window manager
BUILD_DEPENDS= p5-AnyEvent>=0:devel/p5-AnyEvent \
p5-JSON-XS>=0:converters/p5-JSON-XS
RUN_DEPENDS= p5-AnyEvent>=0:devel/p5-AnyEvent \
p5-JSON-XS>=0:converters/p5-JSON-XS
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>