aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-inifile/Makefile
blob: 1192df7e4906fadd790da98696788f6dc8bbdb1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Douglas Thrift <douglas@douglasthrift.net>

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>