aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-AnyEvent-Gearman/Makefile
blob: c023f39dfd121d991f75b434181c49bf4a4d47b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$

PORTNAME=   AnyEvent-Gearman
PORTVERSION=    0.10
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= sunpoet@FreeBSD.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>