mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
- Add rubygem-toml 0.1.1
rubygem-toml is a TOML parser. WWW: https://github.com/jm/toml RG: https://rubygems.org/gems/toml
This commit is contained in:
parent
29563b7dfa
commit
97c7443078
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353271
@ -4412,6 +4412,7 @@
|
||||
SUBDIR += rubygem-timers
|
||||
SUBDIR += rubygem-timers1
|
||||
SUBDIR += rubygem-tins
|
||||
SUBDIR += rubygem-toml
|
||||
SUBDIR += rubygem-transactionsimple
|
||||
SUBDIR += rubygem-treetop
|
||||
SUBDIR += rubygem-trollop
|
||||
|
20
devel/rubygem-toml/Makefile
Normal file
20
devel/rubygem-toml/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= toml
|
||||
PORTVERSION= 0.1.1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= TOML parser
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-parslet>=1.5:${PORTSDIR}/textproc/rubygem-parslet
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-toml/distinfo
Normal file
2
devel/rubygem-toml/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/toml-0.1.1.gem) = e8721879bc79f21924e2b876801526ac4e2bf08785dcfb45066f2d8b8dd9add4
|
||||
SIZE (rubygem/toml-0.1.1.gem) = 15360
|
4
devel/rubygem-toml/pkg-descr
Normal file
4
devel/rubygem-toml/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
rubygem-toml is a TOML parser.
|
||||
|
||||
WWW: https://github.com/jm/toml
|
||||
RG: https://rubygems.org/gems/toml
|
Loading…
Reference in New Issue
Block a user