2011-08-26 15:07:14 +02:00
|
|
|
# New ports collection makefile for: p5-AnyEvent-I3
|
|
|
|
# Date created: 26 Aug 2011
|
|
|
|
# Whom: Aldis Berjoza <aldis@bsdroot.lv>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= AnyEvent-I3
|
2011-11-05 17:59:09 +01:00
|
|
|
PORTVERSION= 0.09
|
2011-08-26 15:07:14 +02:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2011-09-17 10:42:12 +02:00
|
|
|
MAINTAINER= graudeejs@gmail.com
|
2011-08-26 15:07:14 +02:00
|
|
|
COMMENT= Communicate with the i3 window manager
|
|
|
|
|
2011-11-05 17:59:09 +01:00
|
|
|
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
|
2011-08-26 15:07:14 +02:00
|
|
|
|
2011-11-05 17:59:09 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2011-08-26 15:07:14 +02:00
|
|
|
|
|
|
|
MAN3= AnyEvent::I3.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|