View | Details | Raw Unified | Return to bug 217912
Collapse All | Expand All

(-)textproc/rubygem-inifile/Makefile (+19 lines)
Line 0 Link Here
1
# Created by: Douglas Thrift <douglas@douglasthrift.net>
2
# $FreeBSD$
3
4
PORTNAME=	inifile
5
PORTVERSION=	3.0.0
6
CATEGORIES=	textproc rubygems
7
MASTER_SITES=	RG
8
9
MAINTAINER=	douglas@douglasthrift.net
10
COMMENT=	Native Ruby package for reading and writing INI files
11
12
LICENSE=	MIT
13
14
NO_ARCH=	yes
15
16
USE_RUBY=	yes
17
USES=		gem
18
19
.include <bsd.port.mk>
(-)textproc/rubygem-inifile/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1489899186
2
SHA256 (rubygem/inifile-3.0.0.gem) = b103eb3655ec93cc626cf2de00950e91f7e69b8398842968e17e1815cfacbfb0
3
SIZE (rubygem/inifile-3.0.0.gem) = 18432
(-)textproc/rubygem-inifile/pkg-descr (+3 lines)
Line 0 Link Here
1
IniFile is a native Ruby package for reading and writing INI files.
2
3
WWW: https://rubygems.org/gems/inifile

Return to bug 217912