- 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:
parent
978cac0359
commit
199ebc221f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354109
@ -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
19
textproc/p5-TOML/Makefile
Normal 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>
|
2
textproc/p5-TOML/distinfo
Normal file
2
textproc/p5-TOML/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (TOML-0.92.tar.gz) = 1808984d17f34ab972bd595a5e86fc6c2593db9f6a6956474bcc3640d3c633ed
|
||||
SIZE (TOML-0.92.tar.gz) = 12734
|
6
textproc/p5-TOML/pkg-descr
Normal file
6
textproc/p5-TOML/pkg-descr
Normal 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/
|
4
textproc/p5-TOML/pkg-plist
Normal file
4
textproc/p5-TOML/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user