ports/devel/rubygem-iniparse/Makefile
Sunpoet Po-Chuan Hsieh 93694f2f66 Add rubygem-iniparse 1.4.4
IniParse is a pure Ruby library for parsing INI configuration and data files.

WWW: https://github.com/antw/iniparse
2017-07-16 00:43:59 +00:00

19 lines
341 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= iniparse
PORTVERSION= 1.4.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Pure Ruby library for parsing INI documents
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>