diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-15 11:28:16 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-15 11:28:16 +0000 |
commit | 199ebc221fe7ddcef2ed0020129e607b25216cb8 (patch) | |
tree | 9fffe45b7f71e0ba5c04de0c7abdc6a7aa9db9df /textproc/Makefile | |
parent | 978cac0359135bc03aad42d873eb72f3b3b31fb3 (diff) |
- Add p5-TOML 0.92
TOML implements a parser for Tom's Obvious, Minimal Language, as defined at [1].
TOML exports two subroutines, from_toml and to_toml.
[1] https://github.com/mojombo/toml
WWW: http://search.cpan.org/dist/TOML/
Notes
Notes:
svn path=/head/; revision=354109
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 13bff48e9039..e0bcdf91e150 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -731,6 +731,7 @@ SUBDIR += p5-String-Urandom SUBDIR += p5-Syntax-Highlight-Engine-Kate SUBDIR += p5-Syntax-Highlight-Perl-Improved + SUBDIR += p5-TOML SUBDIR += p5-TeX-Encode SUBDIR += p5-TeX-Hyphen SUBDIR += p5-Template-Declare |