1e474f48e1
"I haven't used any of those ports myself for a long time, so I think it's best you remove me as maintainer."
25 lines
470 B
Makefile
25 lines
470 B
Makefile
# $OpenBSD: Makefile,v 1.27 2012/12/13 16:34:48 naddy Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= GNU Readline Library Wrapper Module
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Term-ReadLine-Gnu-1.16
|
|
REVISION= 4
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB += c readline termcap
|
|
|
|
REGRESS_DEPENDS= x11/p5-Tk
|
|
REGRESS_FLAGS= TERM=${TERM}
|
|
REGRESS_IS_INTERACTIVE= x11
|
|
|
|
.include <bsd.port.mk>
|