aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-tomlrb/Makefile
blob: 566a49437eef4cf7ab0e8daf166e2761af26317f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	tomlrb
PORTVERSION=	2.0.3
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Racc-based TOML parser
WWW=		https://github.com/fbernier/tomlrb

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>