ab4292e0c1
MooseX::POE is a Moose wrapper around a POE::Session.
22 lines
414 B
Makefile
22 lines
414 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/01/12 07:53:20 jasper Exp $
|
|
|
|
COMMENT= the Illicit Love Child of Moose and POE
|
|
|
|
DISTNAME= MooseX-POE-0.205
|
|
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
RUN_DEPENDS= ::devel/p5-MooseX-Async \
|
|
::devel/p5-MooseX-Declare \
|
|
::devel/p5-POE
|
|
|
|
.include <bsd.port.mk>
|