"I haven't used any of those ports myself for a long time, so I think it's best you remove me as maintainer."
27 lines
498 B
Makefile
27 lines
498 B
Makefile
# $OpenBSD: Makefile,v 1.23 2012/12/13 16:34:48 naddy Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= change terminal modes, and perform non-blocking reads
|
|
|
|
MODULES= cpan
|
|
V= 2.30
|
|
DISTNAME= TermReadKey-${V}
|
|
PKGNAME= p5-Term-ReadKey-${V}
|
|
REVISION= 5
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/}
|
|
|
|
REGRESS_IS_INTERACTIVE= Yes
|
|
|
|
.include <bsd.port.mk>
|