pkgsrc/devel/ruby-test-spec/Makefile
taca 3c164eac5e Update ruby-test-spec package to 0.9.
Release Name: 0.9

Notes:
* July 2nd, 2008: Fifth public release 0.9.
  * Allow should.<predicate>? as well as should.<predicate>.
  * Add shared contexts.
  * Nested contexts now run the
    setups/teardowns/before(:all)/after(:all) of their parents.
2008-09-15 08:47:52 +00:00

17 lines
448 B
Makefile

# $NetBSD: Makefile,v 1.2 2008/09/15 08:47:52 taca Exp $
DISTNAME= test-spec-0.9.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://test-spec.rubyforge.org/test-spec/
COMMENT= BDD interface over Test::Unit
GEM_BUILD= gemspec
post-extract:
cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"