30 lines
679 B
Makefile
30 lines
679 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2009/08/30 22:08:34 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
|
||
|
|
||
|
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>
|