blob: 44734c2d53151d208e63f7ef6fb2f097d2fd33ab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= chef-gyoku
PORTVERSION= 1.5.0
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.4<4:textproc/rubygem-rexml
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|