blob: 6b96441a30f26f87c34ecf9a0053320ef7f450df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Joseph Benden <joe@thrallingpenguin.com>
# $FreeBSD$
PORTNAME= gyoku
PORTVERSION= 1.3.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= joe@thrallingpenguin.com
COMMENT= Library for translating Ruby hashes to XML
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-builder32>=2.1.2:devel/rubygem-builder32
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|