1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/www/rubygem-toml-rb/Makefile
Matthias Fechner c31ceab7eb Changed the MAINTAINER of all my ports to have mfechner@FreeBSD.org listed.
Reviewed by:	tz (mentor)
Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D15270
2018-05-09 10:43:26 +00:00

20 lines
311 B
Makefile

# $FreeBSD$
PORTNAME= toml-rb
PORTVERSION= 1.1.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:textproc/rubygem-citrus
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>