2aecb6c483
Changes: http://search.cpan.org/dist/AnyEvent-I3/Changes PR: ports/161860 Submitted by: sunpoet (myself) Approved: maintainer (timeout, 15 days)
26 lines
619 B
Makefile
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>
|