aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Term-ScreenColor/Makefile
blob: ed9a2cf9118714539dbdc9d9d2fb9d18b60da7fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	Term-ScreenColor
PORTVERSION=	1.20
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Term::Screen based screen positioning and coloring module
WWW=		https://metacpan.org/release/Term-ScreenColor

LICENSE=	ART10 GPLv2
LICENSE_COMB=	dual

RUN_DEPENDS=	p5-Term-Screen>=0:devel/p5-Term-Screen

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>