openbsd-ports/devel/p5-Term-ReadKey/Makefile

24 lines
417 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.24 2013/03/11 10:50:22 espie Exp $
2004-08-10 04:10:13 -04:00
SHARED_ONLY= Yes
COMMENT= change terminal modes, and perform non-blocking reads
2006-11-29 03:23:29 -05:00
MODULES= cpan
2005-01-20 02:55:21 -05:00
V= 2.30
DISTNAME= TermReadKey-${V}
2010-09-24 11:29:20 -04:00
PKGNAME= p5-Term-ReadKey-${V}
REVISION= 5
2006-11-29 03:23:29 -05:00
CATEGORIES= devel
2010-11-15 14:45:56 -05:00
USE_GROFF = Yes
PERMIT_PACKAGE_CDROM= Yes
2012-08-23 11:00:32 -04:00
WANTLIB += c
2002-05-13 04:18:19 -04:00
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/}
2013-03-11 06:50:00 -04:00
TEST_IS_INTERACTIVE= Yes
.include <bsd.port.mk>