aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-inifile/Makefile
blob: 12ad88c29105b564fd6e6de406c4001ef9301048 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>