aboutsummaryrefslogtreecommitdiff
path: root/print/rubygem-color_diff/Makefile
blob: b2f77f4837d09c5283ad25d1f914787f4cd815b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	color_diff
PORTVERSION=	0.1
CATEGORIES=	print rubygems
MASTER_SITES=	RG

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Calculate RGB color distances using CIEDE2000 formula
WWW=		https://github.com/hansondr/color_diff

LICENSE=	MIT

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>