50256c7cf6
feedback and ok sthen@
33 lines
744 B
Makefile
33 lines
744 B
Makefile
# $OpenBSD: Makefile,v 1.19 2008/10/02 20:35:10 simon Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= GNU Readline Library Wrapper Module
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Term-ReadLine-Gnu-1.16
|
|
PKGNAME= p5-${DISTNAME}p0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= readline termcap
|
|
|
|
# This regression test wants an X11 display
|
|
REGRESS_DEPENDS= :p5-Tk-*:x11/p5-Tk
|
|
REGRESS_FLAGS= TERM=${TERM} DISPLAY=${DISPLAY} XAUTHORITY=${XAUTHORITY}
|
|
REGRESS_IS_INTERACTIVE= Yes
|
|
|
|
pre-regress:
|
|
.for t in TERM DISPLAY XAUTHORITY
|
|
.if !defined($t)
|
|
@echo "$t needs to be set to run regress"; exit 1
|
|
.endif
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|