aboutsummaryrefslogtreecommitdiff
path: root/graphics/rubygem-red-colors/Makefile
blob: 75e238a9a2e5c7e2b267f826394c531a40086c04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
WWW=		https://github.com/red-data-tools/red-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>