opnsense-ports/devel/p5-Object-Event/Makefile
Franco Fichtner d543c3ab93 */*: sync with upstream
Taken from: FreeBSD
2016-04-02 16:03:17 +02:00

21 lines
458 B
Makefile

# Created by: Mons Anderson <mons@cpan.org>
# $FreeBSD$
PORTNAME= Object-Event
PORTVERSION= 1.220
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//}
MAINTAINER= mons@cpan.org
COMMENT= Class that provides an event callback interface
RUN_DEPENDS= p5-AnyEvent>=3.5:devel/p5-AnyEvent \
p5-common-sense>=0:devel/p5-common-sense
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>