21 lines
428 B
Makefile
21 lines
428 B
Makefile
PORTNAME= red-colors
|
|
PORTVERSION= 0.4.0
|
|
CATEGORIES= graphics rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Provide a wide array of features for dealing with colors
|
|
WWW= https://github.com/red-data-tools/red-colors
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-json>=0:devel/rubygem-json \
|
|
rubygem-matrix>=0:math/rubygem-matrix
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|