freebsd-ports/www/rubygem-toml-rb10/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

22 lines
355 B
Makefile

# $FreeBSD$
PORTNAME= toml-rb
PORTVERSION= 1.0.0
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 10
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
USES= gem
USE_RUBY= yes
PORTSCOUT= limit:^1\.0\.
.include <bsd.port.mk>