24 lines
492 B
Makefile
24 lines
492 B
Makefile
# $OpenBSD: Makefile,v 1.2 2010/10/18 17:48:04 espie 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
|
|
USE_GROFF = Yes
|
|
|
|
RUN_DEPENDS= ::devel/p5-Devel-Size \
|
|
::devel/p5-POE
|
|
REGRESS_DEPENDS= ::devel/p5-Test-Distribution \
|
|
::devel/p5-Test-NoWarnings
|
|
|
|
.include <bsd.port.mk>
|