885ad99894
- Add LICENSE - Trim Makefile header - Remove @comment from pkg-plist PR: ports/175913 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
36 lines
1 KiB
Makefile
36 lines
1 KiB
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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= AnyEvent::Gearman.3 \
|
|
AnyEvent::Gearman::Client.3 \
|
|
AnyEvent::Gearman::Client::Connection.3 \
|
|
AnyEvent::Gearman::Connection.3 \
|
|
AnyEvent::Gearman::Constants.3 \
|
|
AnyEvent::Gearman::Job.3 \
|
|
AnyEvent::Gearman::Task.3 \
|
|
AnyEvent::Gearman::Types.3 \
|
|
AnyEvent::Gearman::Worker.3 \
|
|
AnyEvent::Gearman::Worker::Connection.3
|
|
|
|
.include <bsd.port.mk>
|