blob: 3ef1c8a1d1a56d273177b8f897f5f431faeb2e9b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= gyoku
DISTVERSION= 1.4.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= atanubiswas484@gmail.com
COMMENT= Library for translating Ruby hashes to XML
WWW= https://github.com/savonrb/gyoku
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-builder>=2.1.2:devel/rubygem-builder \
rubygem-rexml>=3.0<4:textproc/rubygem-rexml
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|