freebsd-ports/devel/p5-POE-Session-MultiDispatch/Makefile
Adam Weinberger e2098037aa Remove TEST dependency on p5-Test-Simple when the version in core is
sufficient.

Thanks to az for showing me the light here.
2015-02-26 16:54:41 +00:00

20 lines
406 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= POE-Session-MultiDispatch
PORTVERSION= 1.3
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Callback dispatch for session events
RUN_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>