aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Term-ReadKey/Makefile
blob: 1606521d7b9ddde10e39c7146b765b95a85d67f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
WWW=		https://metacpan.org/release/TermReadKey

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>