freebsd-ports/textproc/rubygem-toml/Makefile
Sunpoet Po-Chuan Hsieh e1fbbe29bc Change RUN_DEPENDS from rubygem-parslet to rubygem-parslet1
- Bump PORTREVISION for dependency change
2020-02-21 18:59:23 +00:00

23 lines
401 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= toml
PORTVERSION= 0.2.0
PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= TOML parser
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-parslet1>=1.8.0<1.9:textproc/rubygem-parslet1
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>