18 lines
311 B
Makefile
18 lines
311 B
Makefile
COMMENT= GNU Readline Library Wrapper Module
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Term-ReadLine-Gnu-1.36
|
|
CATEGORIES= devel
|
|
REVISION= 0
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c curses perl readline
|
|
|
|
TEST_DEPENDS= x11/p5-Tk
|
|
TEST_FLAGS= TERM=${TERM} DISPLAY=${DISPLAY}
|
|
TEST_IS_INTERACTIVE= x11
|
|
|
|
.include <bsd.port.mk>
|