19 lines
378 B
Makefile
19 lines
378 B
Makefile
PORTNAME= ox
|
|
PORTVERSION= 2.14.21
|
|
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>
|