15 lines
286 B
Makefile
15 lines
286 B
Makefile
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
|
|
WWW= https://github.com/twp/inifile
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|