1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/devel/p5-Object-Event/Makefile
Sunpoet Po-Chuan Hsieh 491f87528a - Update to 1.22
Changes:	http://search.cpan.org/dist/Object-Event/Changes
PR:		ports/156925
Submitted by:	Mons Anderson <mons@cpan.org> (maintainer)
2011-05-11 12:19:45 +00:00

26 lines
559 B
Makefile

# 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.220
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//}
MAINTAINER= mons@cpan.org
COMMENT= A class that provides an event callback interface
RUN_DEPENDS= p5-AnyEvent>=3.5:${PORTSDIR}/devel/p5-AnyEvent \
p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense
PERL_CONFIGURE= yes
MAN3= Object::Event.3
.include <bsd.port.mk>