summaryrefslogtreecommitdiff
path: root/textproc/rubygem-rexml/Makefile
blob: daa3052ba55565813b5fd0e22178cb624014eda8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	rexml
PORTVERSION=	3.3.0
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	XML toolkit for Ruby
WWW=		https://github.com/ruby/rexml

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-strscan>=0:devel/rubygem-strscan

USES=		cpe gem

NO_ARCH=	yes

CPE_VENDOR=	ruby-lang

.include <bsd.port.mk>