aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-rexml/Makefile
blob: 11574b6ccfcf01a82930e0e3c2f4434e6cbe547d (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.4.1
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>