mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
5cbef3afd2
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>
19 lines
333 B
Makefile
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>
|