1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/textproc/p5-Text-ANSITable/Makefile

42 lines
1.4 KiB
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= Text-ANSITable
PORTVERSION= 0.606
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Create nice formatted tables using extended ASCII and ANSI colors
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-BorderStyles-Standard>=0:devel/p5-BorderStyles-Standard \
p5-Color-RGB-Util>=0.600:devel/p5-Color-RGB-Util \
p5-ColorThemeBase-Static>=0.006:devel/p5-ColorThemeBase-Static \
p5-ColorThemeUtil-ANSI>=0:devel/p5-ColorThemeUtil-ANSI \
p5-ColorThemes-Standard>=0:devel/p5-ColorThemes-Standard \
p5-Function-Fallback-CoreOrPP>=0:devel/p5-Function-Fallback-CoreOrPP \
p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \
p5-Log-ger>=0.038:devel/p5-Log-ger \
p5-Module-List>=0:devel/p5-Module-List \
p5-Module-Load-Util>=0.004:devel/p5-Module-Load-Util \
p5-Moo>=0:devel/p5-Moo \
p5-Package-MoreUtil>=0.590:devel/p5-Package-MoreUtil \
p5-Parse-VarName>=0:devel/p5-Parse-VarName \
p5-Term-App-Roles>=0.031:devel/p5-Term-App-Roles \
p5-Text-ANSI-Util>=0.22:textproc/p5-Text-ANSI-Util \
p5-alias-module>=0:devel/p5-alias-module \
p5-namespace-clean>=0:devel/p5-namespace-clean
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception \
p5-Test-Needs>=0:devel/p5-Test-Needs
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>