openbsd-ports/devel/p5-Term-ReadLine-Gnu/Makefile

26 lines
527 B
Makefile
Raw Normal View History

2010-10-18 13:47:50 -04:00
# $OpenBSD: Makefile,v 1.23 2010/10/18 17:48:07 espie Exp $
2004-08-10 04:10:13 -04:00
SHARED_ONLY= Yes
COMMENT= GNU Readline Library Wrapper Module
2006-11-29 03:23:29 -05:00
MODULES= cpan
2006-10-19 03:27:34 -04:00
DISTNAME= Term-ReadLine-Gnu-1.16
2010-09-24 11:29:20 -04:00
REVISION= 1
2006-11-29 03:23:29 -05:00
CATEGORIES= devel
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-23 19:11:03 -05:00
WANTLIB= readline termcap
2001-10-25 18:34:48 -04:00
REGRESS_DEPENDS= :p5-Tk-*:x11/p5-Tk
REGRESS_FLAGS= TERM=${TERM}
REGRESS_IS_INTERACTIVE= x11
2001-10-25 18:34:48 -04:00
.include <bsd.port.mk>