2008-03-29 13:18:01 +01:00
|
|
|
# Ports collection makefile for: gem-color
|
|
|
|
# Date created: 29 Mrz 2007
|
|
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= color
|
2010-02-11 14:25:53 +01:00
|
|
|
PORTVERSION= 1.4.1
|
2008-03-29 13:18:01 +01:00
|
|
|
CATEGORIES= print rubygems
|
2010-10-05 11:09:18 +02:00
|
|
|
MASTER_SITES= RG
|
2008-03-29 13:18:01 +01:00
|
|
|
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
|
|
COMMENT= Provides colour space definition and manpiulation
|
|
|
|
|
2010-06-06 21:25:10 +02:00
|
|
|
RUN_DEPENDS= rubygem-archive-tar-minitar>=0.5.1:${PORTSDIR}/archivers/rubygem-archive-tar-minitar \
|
2008-03-29 13:18:01 +01:00
|
|
|
rubygem-hoe>=1.3.0:${PORTSDIR}/devel/rubygem-hoe
|
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-02-14 02:31:15 +01:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2008-04-06 10:58:21 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|