aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-rexml/Makefile
blob: f91952b93428e2a18666ddb496e2bf8c35dcc99d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	rexml
PORTVERSION=	3.2.6
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

USES=		cpe gem

NO_ARCH=	yes

CPE_VENDOR=	ruby-lang

.include <bsd.port.mk>