freebsd-ports/devel/p5-Term-ReadKey/Makefile
2021-04-06 16:31:07 +02:00

23 lines
488 B
Makefile

# Created by: James FitzGibbon <jfitz@FreeBSD.org>
PORTNAME= Term-ReadKey
PORTVERSION= 2.38
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= TermReadKey-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl5 module for simple terminal control
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Term/ReadKey/ReadKey.so
.include <bsd.port.mk>