openbsd-ports/devel/p5-POE-Loop-Tk/Makefile

31 lines
717 B
Makefile
Raw Normal View History

2009-09-05 12:47:30 -04:00
# $OpenBSD: Makefile,v 1.2 2009/09/05 16:47:30 jasper Exp $
COMMENT= bridge that allows POE to be driven by Tk
DISTNAME= POE-Loop-Tk-1.302
CATEGORIES= devel
MODULES= cpan
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_ARGS+= --default
2009-09-05 12:47:30 -04:00
BUILD_DEPENDS= ::devel/p5-POE-Test-Loops
RUN_DEPENDS+= ::x11/p5-Tk \
:p5-POE->1.006:devel/p5-POE
USE_X11= Yes
# The regression tests require a running instance of X.
# You will also need to set the XAUTHORITY environment variable to point
# to the appropriate .Xauthority file.
REGRESS_IS_INTERACTIVE= Yes
REGRESS_FLAGS=DISPLAY=${DISPLAY} XAUTHORITY=${XAUTHORITY}
.include <bsd.port.mk>