aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-ox/Makefile
blob: 89e86598ee9f1b2e2b5b5afcc26d606b0bf21b1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

PORTNAME=	ox
PORTVERSION=	2.10.0
PORTREVISION=	1
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Speed-optimized XML parser and object serializer for Ruby

LICENSE=	MIT

USES=		gem
USE_RUBY=	yes

.include <bsd.port.mk>