1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/textproc/rubygem-inifile/Makefile
Sunpoet Po-Chuan Hsieh 5cbef3afd2 Add rubygem-inifile 3.0.0
IniFile is a native Ruby package for reading and writing INI files.

WWW: https://github.com/twp/inifile

PR:		217912
Submitted by:	Douglas Thrift <douglas@douglasthrift.net>
2017-03-20 00:29:02 +00:00

19 lines
333 B
Makefile

# Created by: Douglas Thrift <douglas@douglasthrift.net>
# $FreeBSD$
PORTNAME= inifile
PORTVERSION= 3.0.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= douglas@douglasthrift.net
COMMENT= Native Ruby package for reading and writing INI files
LICENSE= MIT
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>