freebsd-ports/devel/p5-AnyEvent-I3/Makefile
Sunpoet Po-Chuan Hsieh 2aecb6c483 - Update to 0.09
Changes:	http://search.cpan.org/dist/AnyEvent-I3/Changes
PR:		ports/161860
Submitted by:	sunpoet (myself)
Approved:	maintainer (timeout, 15 days)
2011-11-05 16:59:09 +00:00

26 lines
619 B
Makefile

# New ports collection makefile for: p5-AnyEvent-I3
# Date created: 26 Aug 2011
# Whom: Aldis Berjoza <aldis@bsdroot.lv>
#
# $FreeBSD$
#
PORTNAME= AnyEvent-I3
PORTVERSION= 0.09
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= graudeejs@gmail.com
COMMENT= Communicate with the i3 window manager
BUILD_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \
p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS
RUN_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \
p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS
PERL_CONFIGURE= yes
MAN3= AnyEvent::I3.3
.include <bsd.port.mk>