pkgsrc/devel/ruby-rspec/Makefile
taca 904bfbdd2c Update devel/ruby-rspec to 1.3.0.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Update dependency according to gemspec.
* Add CONFLICTS since it will install the same name commands both

Changes are too may to write here, please refer:

	http://rspec.info/documentation/changes-rspec.html
2010-09-10 06:25:05 +00:00

14 lines
336 B
Makefile

# $NetBSD: Makefile,v 1.3 2010/09/10 06:25:05 taca Exp $
DISTNAME= rspec-1.3.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rspec.info/
COMMENT= Behaviour Driven Development framework for Ruby
LICENSE= mit
CONFLICTS+= ruby[1-9][0-9]-rspec-*
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"