summaryrefslogtreecommitdiff
path: root/textproc/rubygem-toml/Makefile
blob: 414741bd0cf085ffc3866c3f111084c86642e312 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	toml
PORTVERSION=	0.3.0
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	TOML parser
WWW=		https://github.com/jm/toml

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-parslet>=1.8.0<3.0.0:textproc/rubygem-parslet

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>