Files
bsdports/perl/p5-Term-ReadKey/Makefile
2019-12-26 07:26:06 +00:00

21 lines
319 B
Makefile

#
# $id$
#
PORTNAME= Term-ReadKey
PORTVERSION= 2.37
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= TermReadKey-${PORTVERSION}
MAINTAINER= demon@FreeBSD.org
COMMENT= Perl5 module for simple terminal control
USES= perl5
USE_PERL5= configure
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>
#EOF