mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
XML to Hash translator.
WWW: https://rubygems.org/gems/nori PR: ports/189427 Submitted by: Joseph Benden <joe@thrallingpenguin.com>
This commit is contained in:
parent
8e01e94123
commit
26512ab68a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354070
@ -4315,6 +4315,7 @@
|
||||
SUBDIR += rubygem-needle
|
||||
SUBDIR += rubygem-nice-ffi
|
||||
SUBDIR += rubygem-nio4r
|
||||
SUBDIR += rubygem-nori
|
||||
SUBDIR += rubygem-notify
|
||||
SUBDIR += rubygem-open3_backport
|
||||
SUBDIR += rubygem-open4
|
||||
|
18
devel/rubygem-nori/Makefile
Normal file
18
devel/rubygem-nori/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# Created by: Joseph Benden <joe@thrallingpenguin.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nori
|
||||
PORTVERSION= 1.0.3
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= joe@thrallingpenguin.com
|
||||
COMMENT= Library for converting XML to Hash syntax
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-nori/distinfo
Normal file
2
devel/rubygem-nori/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/nori-1.0.3.gem) = 2a9d12eabe9f758107d6f52853623dd1296ee58cb7efea9fd62f3f88df8481b7
|
||||
SIZE (rubygem/nori-1.0.3.gem) = 19456
|
3
devel/rubygem-nori/pkg-descr
Normal file
3
devel/rubygem-nori/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
XML to Hash translator.
|
||||
|
||||
WWW: https://rubygems.org/gems/nori
|
Loading…
Reference in New Issue
Block a user