freebsd-ports/graphics/rubygem-red-colors/Makefile
Po-Chuan Hsieh 536604f94e
graphics/rubygem-red-colors: Add rubygem-red-colors 0.3.0
Red Colors provides a wide array of features for dealing with colors. This
includes conversion between colorspaces, desaturation, and parsing colors.

WWW: https://github.com/red-data-tools/red-colors
2021-07-06 22:54:58 +08:00

21 lines
404 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= red-colors
PORTVERSION= 0.3.0
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Provide a wide array of features for dealing with colors
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-matrix>=0:math/rubygem-matrix
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>