opnsense-ports/textproc/rubygem-parslet/Makefile
Franco Fichtner 305f3c94d7 */*: sync with upstream
Taken from: HardenedBSD
2018-02-16 07:06:12 +01:00

19 lines
370 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= parslet
PORTVERSION= 1.8.2
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Parser construction library with great error reporting in Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>