diff options
author | seb <seb@pkgsrc.org> | 2008-04-07 18:05:43 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2008-04-07 18:05:43 +0000 |
commit | f8109be25a5752166e099dc59c5b0393e5ffb2c5 (patch) | |
tree | f7cc6af70fd56d3243e5e9426ce0ec90ebfcdccf /textproc | |
parent | b34c8d54ce07a9daf6d8cf540c25413da0658ee4 (diff) | |
download | pkgsrc-f8109be25a5752166e099dc59c5b0393e5ffb2c5.tar.gz |
Add & enable ruby-fastercsv
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 5d1c2c2a700..15eb71853db 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.406 2008/04/07 13:08:15 he Exp $ +# $NetBSD: Makefile,v 1.407 2008/04/07 18:05:43 seb Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -336,6 +336,7 @@ SUBDIR+= ruby-builder SUBDIR+= ruby-coderay SUBDIR+= ruby-diff-lcs SUBDIR+= ruby-eruby +SUBDIR+= ruby-fastercsv SUBDIR+= ruby-feed-normalizer SUBDIR+= ruby-ferret SUBDIR+= ruby-haml |