aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-toml/Makefile
blob: 56c1804443ec45769b13dfc5224459ae3fae916e (plain) (blame)
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: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=	toml
PORTVERSION=	0.1.2
PORTREVISION=	1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	TOML parser

LICENSE=	MIT

RUN_DEPENDS=	rubygem-parslet>=1.5.0:${PORTSDIR}/textproc/rubygem-parslet

NO_ARCH=	yes

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>