2004-01-17 10:58:06 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2004/01/17 15:58:08 naddy Exp $
|
|
|
|
|
|
|
|
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
2001-03-27 03:49:13 -05:00
|
|
|
|
|
|
|
COMMENT= 'GNU Readline Library Wrapper Module'
|
|
|
|
|
2003-04-02 04:19:06 -05:00
|
|
|
DISTNAME= Term-ReadLine-Gnu-1.14
|
2001-03-27 03:49:13 -05:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
|
|
CATEGORIES= devel perl5
|
|
|
|
|
|
|
|
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
|
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2002-05-13 04:18:19 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/}
|
2001-03-27 03:49:13 -05:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
|
2001-10-25 18:34:48 -04:00
|
|
|
# This regression test wants an X11 display
|
|
|
|
REGRESS_DEPENDS= :p5-Tk-*:x11/p5-Tk
|
2002-08-09 06:22:47 -04:00
|
|
|
REGRESS_FLAGS+= TERM=${TERM} DISPLAY=${DISPLAY} XAUTHORITY=${XAUTHORITY}
|
2001-10-25 18:34:48 -04:00
|
|
|
REGRESS_IS_INTERACTIVE= Yes
|
|
|
|
|
2002-08-09 06:22:47 -04:00
|
|
|
pre-regress:
|
|
|
|
.for t in TERM DISPLAY XAUTHORITY
|
|
|
|
.if !defined($t)
|
|
|
|
@echo "$t needs to be set to run regress"; exit 1
|
|
|
|
.endif
|
|
|
|
.endfor
|
2001-10-25 18:34:48 -04:00
|
|
|
|
2001-03-27 03:49:13 -05:00
|
|
|
.include <bsd.port.mk>
|