2007-03-05 08:46:38 +01:00
|
|
|
# Ports collection makefile for: rubygem-fastthread
|
|
|
|
# Date created: 28 February 2007
|
|
|
|
# Whom: Alexander Logvinov <ports@logvinov.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= fastthread
|
2009-04-10 08:21:51 +02:00
|
|
|
PORTVERSION= 1.0.7
|
2007-03-05 08:46:38 +01:00
|
|
|
CATEGORIES= devel rubygems
|
2009-03-20 23:37:53 +01:00
|
|
|
MASTER_SITES= RF
|
2007-03-05 08:46:38 +01:00
|
|
|
MASTER_SITE_SUBDIR= mongrel
|
|
|
|
|
2009-05-28 22:44:16 +02:00
|
|
|
MAINTAINER= avl@FreeBSD.org
|
2007-03-05 08:46:38 +01:00
|
|
|
COMMENT= Optimized replacement for thread.rb primitives
|
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-02-14 03:16:03 +01:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2008-04-06 10:58:21 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|