diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-05-24 21:49:48 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-05-24 21:49:48 +0000 |
commit | fcb7edb495320777ad7966d809d63f9cd75b70cb (patch) | |
tree | e4d4b1abda14d21cb0eb84ca56ff89d9fc5d7f3d /textproc/Makefile | |
parent | f213e60164932ee43964509ba4f29eb292f96be2 (diff) |
This program is designed to let you play with the Perl YAML modules in an
interactive way. When you to type in Perl, you get back YAML. And vice versa.
WWW: http://search.cpan.org/dist/YAML-Shell/
Notes
Notes:
svn path=/head/; revision=274590
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 76bc97d4a3a1..3afd0a8d1973 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -917,6 +917,7 @@ SUBDIR += p5-XML-Xerces SUBDIR += p5-YAML SUBDIR += p5-YAML-LibYAML + SUBDIR += p5-YAML-Shell SUBDIR += p5-YAML-Syck SUBDIR += p5-YAML-Tiny SUBDIR += p5-YAPE-HTML |