aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Object-Event/Makefile
blob: 77c964670fd34df4f4afae1871c62fdf7523876b (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
# New ports collection makefile for:    p5-Object-Event
# Date created:     2009-07-15
# Whom:         Mons Anderson <mons@cpan.org>
#
# $FreeBSD$
#

PORTNAME=   Object-Event
PORTVERSION=    1.2
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= mons@cpan.org
COMMENT=    A class that provides an event callback interface

RUN_DEPENDS=    p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \
        p5-common-sense>0:${PORTSDIR}/devel/p5-common-sense

PERL_CONFIGURE= yes

MAN3=   Object::Event.3

.include <bsd.port.mk>