freebsd-ports/devel/p5-ColorThemeBase-Static/Makefile
Sunpoet Po-Chuan Hsieh 87ebcba694 Add p5-ColorThemeBase-Static 0.008
ColorThemeBase::Static provides base class for color theme modules with static
list of items.

WWW: https://metacpan.org/release/ColorThemeBase-Static
2020-09-14 17:45:42 +00:00

26 lines
555 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= ColorThemeBase-Static
PORTVERSION= 0.008
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PERLANCAR
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Base class for color theme modules with static list of items
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Color-RGB-Util>=0.600:devel/p5-Color-RGB-Util
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>