Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-Object-Event / Makefile
1 # Created by: Mons Anderson <mons@cpan.org>
2 # $FreeBSD$
3
4 PORTNAME=       Object-Event
5 PORTVERSION=    1.220
6 PORTREVISION=   1
7 CATEGORIES=     devel perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10 DISTNAME=       ${PORTNAME}-${PORTVERSION:C/0$//}
11
12 MAINTAINER=     mons@cpan.org
13 COMMENT=        Class that provides an event callback interface
14
15 RUN_DEPENDS=    p5-AnyEvent>=3.5:${PORTSDIR}/devel/p5-AnyEvent \
16                 p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense
17
18 USES=           perl5
19 USE_PERL5=      configure
20
21 .include <bsd.port.mk>