- 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/
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-05-15 11:28:16 +00:00
parent 978cac0359
commit 199ebc221f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354109
5 changed files with 32 additions and 0 deletions

View File

@ -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

19
textproc/p5-TOML/Makefile Normal file
View File

@ -0,0 +1,19 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= TOML
PORTVERSION= 0.92
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DARREN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Parser for Tom's Obvious, Minimal Language (TOML)
LICENSE= GPLv2
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (TOML-0.92.tar.gz) = 1808984d17f34ab972bd595a5e86fc6c2593db9f6a6956474bcc3640d3c633ed
SIZE (TOML-0.92.tar.gz) = 12734

View File

@ -0,0 +1,6 @@
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/

View File

@ -0,0 +1,4 @@
%%SITE_PERL%%/TOML.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/TOML/.packlist
%%PERL5_MAN3%%/TOML.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/TOML