opnsense-ports/devel/rubygem-iniparse/Makefile
Franco Fichtner 8b51cdff41 */*: sync with upstream
Taken from: HardenedBSD
2017-07-16 00:05:38 +02: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>