f0a889f6c8
The aim of BDD is to address the shortcomings of Test Driven Development and, by using terminology focused on the behavioural aspects of the system rather than testing, attempt to help direct developers towards a focus on the real value to be found in TDD at its most successful, or BDD as we call it. WWW: http://rspec.rubyforge.org/ PR: ports/107625 Submitted by: Roman Shterenzon <romanbsd at yahoo.com>
21 lines
546 B
Makefile
21 lines
546 B
Makefile
# Ports collection makefile for: rubygem-rspec
|
|
# Date created: 22 December 2006
|
|
# Whom: Roman Shterenzon <romanbsd@yahoo.com>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rspec
|
|
PORTVERSION= 0.7.5
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
|
MASTER_SITE_SUBDIR= rspec
|
|
|
|
MAINTAINER= romanbsd@yahoo.com
|
|
COMMENT= Behaviour Driven Development in Ruby
|
|
|
|
BUILD_DEPENDS= rake:${PORTSDIR}/devel/rubygem-rake
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
|
|
.include <bsd.port.post.mk>
|