freebsd-ports/devel/p5-AnyEvent-Gearman/Makefile
Andrej Zverev 365f70a6aa - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 12:18:47 +00:00

26 lines
707 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= AnyEvent-Gearman
PORTVERSION= 0.10
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Asynchronous Gearman client/worker module for AnyEvent applications
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \
p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \
p5-Mouse>=0:${PORTSDIR}/devel/p5-Mouse \
p5-MouseX-Foreign>=0:${PORTSDIR}/devel/p5-MouseX-Foreign \
p5-Object-Container>=0:${PORTSDIR}/devel/p5-Object-Container \
p5-Object-Event>=0:${PORTSDIR}/devel/p5-Object-Event
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>