2001-10-25 18:34:48 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2001/10/25 22:34:49 wilfried Exp $
|
2001-03-27 03:49:13 -05:00
|
|
|
|
|
|
|
COMMENT= 'GNU Readline Library Wrapper Module'
|
|
|
|
|
2001-05-21 10:43:50 -04:00
|
|
|
DISTNAME= Term-ReadLine-Gnu-1.10
|
2001-03-27 03:49:13 -05:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
|
|
CATEGORIES= devel perl5
|
2001-10-25 18:34:48 -04:00
|
|
|
NEED_VERSION= 1.482
|
2001-03-27 03:49:13 -05:00
|
|
|
|
|
|
|
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
|
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Term
|
|
|
|
|
|
|
|
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
|
|
|
|
REGRESS_FLAGS+= DISPLAY=${DISPLAY} XAUTHORITY=${XAUTHORITY}
|
|
|
|
REGRESS_IS_INTERACTIVE= Yes
|
|
|
|
|
|
|
|
|
2001-03-27 03:49:13 -05:00
|
|
|
.include <bsd.port.mk>
|