mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
Add p5-TOML-Parser 0.08
TOML::Parser is a simple toml parser. This data structure complies with the tests [1] in v0.4.0 specification. [1] https://github.com/toml-lang/toml/tree/v0.4.0/tests WWW: http://search.cpan.org/dist/TOML-Parser
This commit is contained in:
parent
681c8c1f6a
commit
d224747fb3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=430277
@ -812,6 +812,7 @@
|
||||
SUBDIR += p5-Syntax-Highlight-Engine-Kate
|
||||
SUBDIR += p5-Syntax-Highlight-Perl-Improved
|
||||
SUBDIR += p5-TOML
|
||||
SUBDIR += p5-TOML-Parser
|
||||
SUBDIR += p5-TeX-Encode
|
||||
SUBDIR += p5-TeX-Hyphen
|
||||
SUBDIR += p5-Template-Declare
|
||||
|
26
textproc/p5-TOML-Parser/Makefile
Normal file
26
textproc/p5-TOML-Parser/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= TOML-Parser
|
||||
PORTVERSION= 0.08
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:KARUPA
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Simple toml parser
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-Types-Serialiser>=0:devel/p5-Types-Serialiser
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PERL5= modbuildtiny
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-TOML-Parser/distinfo
Normal file
3
textproc/p5-TOML-Parser/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1483254386
|
||||
SHA256 (TOML-Parser-0.08.tar.gz) = 28e8e46122e4233e456b2d6986c6e78ffb9fecb790d99490b739d7c03817c16d
|
||||
SIZE (TOML-Parser-0.08.tar.gz) = 21963
|
6
textproc/p5-TOML-Parser/pkg-descr
Normal file
6
textproc/p5-TOML-Parser/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
TOML::Parser is a simple toml parser. This data structure complies with the
|
||||
tests [1] in v0.4.0 specification.
|
||||
|
||||
[1] https://github.com/toml-lang/toml/tree/v0.4.0/tests
|
||||
|
||||
WWW: http://search.cpan.org/dist/TOML-Parser/
|
8
textproc/p5-TOML-Parser/pkg-plist
Normal file
8
textproc/p5-TOML-Parser/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
%%SITE_PERL%%/TOML/Parser.pm
|
||||
%%SITE_PERL%%/TOML/Parser/Tokenizer.pm
|
||||
%%SITE_PERL%%/TOML/Parser/Tokenizer/Strict.pm
|
||||
%%SITE_PERL%%/TOML/Parser/Util.pm
|
||||
%%PERL5_MAN3%%/TOML::Parser.3.gz
|
||||
%%PERL5_MAN3%%/TOML::Parser::Tokenizer.3.gz
|
||||
%%PERL5_MAN3%%/TOML::Parser::Tokenizer::Strict.3.gz
|
||||
%%PERL5_MAN3%%/TOML::Parser::Util.3.gz
|
Loading…
Reference in New Issue
Block a user