mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
textproc/rubygem-chef-gyoku: Add rubygem-chef-gyoku 1.4.1
Gyoku translates Ruby Hashes to XML.
This commit is contained in:
parent
5d45a9fc96
commit
52fa91784c
4 changed files with 25 additions and 0 deletions
|
@ -1805,6 +1805,7 @@
|
||||||
SUBDIR += rubygem-case_transform61
|
SUBDIR += rubygem-case_transform61
|
||||||
SUBDIR += rubygem-character_set
|
SUBDIR += rubygem-character_set
|
||||||
SUBDIR += rubygem-charlock_holmes
|
SUBDIR += rubygem-charlock_holmes
|
||||||
|
SUBDIR += rubygem-chef-gyoku
|
||||||
SUBDIR += rubygem-chewy
|
SUBDIR += rubygem-chewy
|
||||||
SUBDIR += rubygem-citrus
|
SUBDIR += rubygem-citrus
|
||||||
SUBDIR += rubygem-cld3
|
SUBDIR += rubygem-cld3
|
||||||
|
|
20
textproc/rubygem-chef-gyoku/Makefile
Normal file
20
textproc/rubygem-chef-gyoku/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
PORTNAME= chef-gyoku
|
||||||
|
PORTVERSION= 1.4.1
|
||||||
|
CATEGORIES= textproc rubygems
|
||||||
|
MASTER_SITES= RG
|
||||||
|
|
||||||
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
|
COMMENT= Gyoku translates Ruby Hashes to XML
|
||||||
|
WWW= https://github.com/chef/chef-gyoku
|
||||||
|
|
||||||
|
LICENSE= MIT
|
||||||
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||||
|
|
||||||
|
RUN_DEPENDS= rubygem-builder>=2.1.2:devel/rubygem-builder \
|
||||||
|
rubygem-rexml>=3.3<4:textproc/rubygem-rexml
|
||||||
|
|
||||||
|
USES= gem
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
textproc/rubygem-chef-gyoku/distinfo
Normal file
3
textproc/rubygem-chef-gyoku/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1740022432
|
||||||
|
SHA256 (rubygem/chef-gyoku-1.4.1.gem) = 1c5c337fbcc815537de0edfaa0af914bcd096c680dd5493b5906b3e3e5bf9c3c
|
||||||
|
SIZE (rubygem/chef-gyoku-1.4.1.gem) = 19456
|
1
textproc/rubygem-chef-gyoku/pkg-descr
Normal file
1
textproc/rubygem-chef-gyoku/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Gyoku translates Ruby Hashes to XML.
|
Loading…
Add table
Reference in a new issue