opnsense-ports/textproc/rubygem-rexml/Makefile
Franco Fichtner 21a1a07724 textproc/rubygem-rexml: sync with upstream
Taken from: FreeBSD
2024-05-21 14:08:31 +02:00

21 lines
374 B
Makefile

PORTNAME= rexml
PORTVERSION= 3.2.8
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>=3.0.9:devel/rubygem-strscan
USES= cpe gem
NO_ARCH= yes
CPE_VENDOR= ruby-lang
.include <bsd.port.mk>