aboutsummaryrefslogtreecommitdiff
path: root/print/rubygem-color/Makefile
blob: 3b20824a25f0ebfc32b2b8751ed33a549415b903 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=	color
PORTVERSION=	1.8
CATEGORIES=	print rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Provides colour space definition and manipulation

LICENSE=	MIT

NO_ARCH=	yes

USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>