openbsd-ports/devel/p5-POE-API-Peek/Makefile
jasper e61a575123 import p5-POE-API-Peek 1.34
POE::API::Peek extends the POE::Kernel interface to provide clean access
to Kernel internals in a cross-version compatible manner. Other
calculated data is also available.
2010-01-11 23:10:24 +00:00

23 lines
481 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/01/11 23:10:24 jasper Exp $
COMMENT= peek into the internals of a running POE environment
DISTNAME= POE-API-Peek-1.34
CATEGORIES= devel
# 3-clause BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
RUN_DEPENDS= ::devel/p5-Devel-Size \
::devel/p5-POE
REGRESS_DEPENDS= ::devel/p5-Test-Distribution \
::devel/p5-Test-NoWarnings
.include <bsd.port.mk>