aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Term-Clui/Makefile
blob: 60853eb430b8c91f18c19ce766b7d8df94d3574b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $FreeBSD$

PORTNAME=	Term-Clui
PORTVERSION=	1.70
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	tj@FreeBSD.org
COMMENT=	Perl module offering a Command-Line User Interface

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-Term-Size>=0:devel/p5-Term-Size \
		p5-Term-ReadKey>=2.14:devel/p5-Term-ReadKey \
		p5-ReadLine-Gnu>=0:devel/p5-ReadLine-Gnu
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>