forked from Lainports/freebsd-ports
18 lines
301 B
Makefile
18 lines
301 B
Makefile
PORTNAME= toml-rb
|
|
PORTVERSION= 2.0.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= TOML parser using Citrus parsing library
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-citrus>=3.0<4:textproc/rubygem-citrus
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|