2007-01-09 00:01:35 +01:00
|
|
|
# Ports collection makefile for: rubygem-rspec
|
|
|
|
# Date created: 22 December 2006
|
|
|
|
# Whom: Roman Shterenzon <romanbsd@yahoo.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= rspec
|
2010-01-12 01:43:50 +01:00
|
|
|
PORTVERSION= 1.2.9
|
2007-01-09 00:01:35 +01:00
|
|
|
CATEGORIES= devel rubygems
|
2010-05-26 21:51:34 +02:00
|
|
|
MASTER_SITES= RG
|
2007-01-09 00:01:35 +01:00
|
|
|
|
|
|
|
MAINTAINER= romanbsd@yahoo.com
|
|
|
|
COMMENT= Behaviour Driven Development in Ruby
|
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RAKE= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-04-09 02:11:47 +02:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2009-06-01 02:01:40 +02:00
|
|
|
PLIST_FILES= bin/spec bin/autospec
|
2008-04-06 10:58:21 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|