mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
IniParse is a pure Ruby library for parsing INI configuration and data files. WWW: https://github.com/antw/iniparse
19 lines
341 B
Makefile
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>
|