9463ff6e5b
Approved by: tabthorpe (mentor)
20 lines
432 B
Makefile
20 lines
432 B
Makefile
# Ports collection makefile for: rubygem-fastthread
|
|
# Date created: 28 February 2007
|
|
# Whom: Alexander Logvinov <ports@logvinov.com>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fastthread
|
|
PORTVERSION= 1.0.7
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RF
|
|
MASTER_SITE_SUBDIR= mongrel
|
|
|
|
MAINTAINER= avl@FreeBSD.org
|
|
COMMENT= Optimized replacement for thread.rb primitives
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|