diff options
author | taca <taca@pkgsrc.org> | 2011-06-18 03:50:44 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-06-18 03:50:44 +0000 |
commit | 93bb2b4964ec7f8a2cec6d88b5863692d4a0afab (patch) | |
tree | 8f47dfc70f7ff46e3c43e6d978ff7f8bb3287369 /devel | |
parent | 847f6de6c60af73de9bdd8e1a0f716c752273669 (diff) | |
download | pkgsrc-93bb2b4964ec7f8a2cec6d88b5863692d4a0afab.tar.gz |
Add and enable ruby-rspec-core, ruby-rspec-expectations and ruby-rspec-mocks.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index f9ca0ef52dc..f48129d927c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1464 2011/06/18 03:24:44 taca Exp $ +# $NetBSD: Makefile,v 1.1465 2011/06/18 03:50:44 taca Exp $ # COMMENT= Development utilities @@ -1320,6 +1320,9 @@ SUBDIR+= ruby-rdoc SUBDIR+= ruby-readline SUBDIR+= ruby-rgl SUBDIR+= ruby-rspec +SUBDIR+= ruby-rspec-core +SUBDIR+= ruby-rspec-expectations +SUBDIR+= ruby-rspec-mocks SUBDIR+= ruby-rspec1 SUBDIR+= ruby-rspec-rails1 SUBDIR+= ruby-setup |