Changes: https://github.com/ohler55/ox/releases https://github.com/ohler55/ox/blob/develop/CHANGELOG.md
20 lines
378 B
Makefile
20 lines
378 B
Makefile
PORTNAME= ox
|
|
PORTVERSION= 2.14.23
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Speed-optimized XML parser and object serializer for Ruby
|
|
WWW= https://ohler.com/ox/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-bigdecimal>=3.0:math/rubygem-bigdecimal
|
|
|
|
USES= cpe gem
|
|
|
|
CPE_VENDOR= ox_project
|
|
|
|
.include <bsd.port.mk>
|