19 lines
427 B
Makefile
19 lines
427 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= color
|
|
PORTVERSION= 1.4.2
|
|
CATEGORIES= print rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Provides colour space definition and manipulation
|
|
|
|
RUN_DEPENDS= rubygem-archive-tar-minitar>=0.5.1:${PORTSDIR}/archivers/rubygem-archive-tar-minitar \
|
|
rubygem-hoe>=1.3.0:${PORTSDIR}/devel/rubygem-hoe
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|