diff options
author | minskim <minskim@pkgsrc.org> | 2017-02-10 05:41:44 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2017-02-10 05:41:44 +0000 |
commit | ac55eee20341b3470a6b806d0e9c2a6269a83a94 (patch) | |
tree | 8419ff66a582fc2505ee6031308f6d105d1e9f33 /lang/Makefile | |
parent | 0dbf41eede499568bb63669b1aa7d34b32e437a8 (diff) | |
download | pkgsrc-ac55eee20341b3470a6b806d0e9c2a6269a83a94.tar.gz |
Add ruby-gherkin
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 0ae2f6aae2b..a7069fba0e2 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.452 2017/02/07 23:50:48 joerg Exp $ +# $NetBSD: Makefile,v 1.453 2017/02/10 05:41:44 minskim Exp $ # COMMENT= Programming languages @@ -200,6 +200,7 @@ SUBDIR+= ruby-coffee-script SUBDIR+= ruby-coffee-script-source SUBDIR+= ruby-doc-stdlib SUBDIR+= ruby-execjs +SUBDIR+= ruby-gherkin SUBDIR+= ruby18 SUBDIR+= ruby18-base SUBDIR+= ruby21 |