Files
ports/devel/p5-ColorThemeBase-Static/Makefile
2024-07-21 17:56:46 +08:00

25 lines
556 B
Makefile

PORTNAME= ColorThemeBase-Static
PORTVERSION= 0.009
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
WWW= https://metacpan.org/release/ColorThemeBase-Static
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE_GPLv1+ = ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Color-RGB-Util>=0.607:devel/p5-Color-RGB-Util
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>