2008-04-21 04:37:21 +02:00
|
|
|
# Ports collection makefile for: rubygem-mocha
|
|
|
|
# Date created: Apr 21 2008
|
|
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mocha
|
2009-10-22 10:36:19 +02:00
|
|
|
PORTVERSION= 0.9.8
|
2008-04-21 04:37:21 +02:00
|
|
|
CATEGORIES= devel rubygems
|
2010-05-26 21:51:34 +02:00
|
|
|
MASTER_SITES= RG
|
2008-04-21 04:37:21 +02:00
|
|
|
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
|
|
COMMENT= A library for mocking and stubbing syntax like JMock, and SchMock
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RAKE= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-04-09 02:11:47 +02:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2008-04-21 04:37:21 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|