mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
Changes: https://github.com/sferik/multi_xml/blob/master/CHANGELOG.md https://github.com/sferik/multi_xml/commits/master
26 lines
548 B
Makefile
26 lines
548 B
Makefile
PORTNAME= multi_xml
|
|
PORTVERSION= 0.7.1
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby library provide swappable XML backends
|
|
WWW= https://github.com/sferik/multi_xml
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= rubygem-bigdecimal>=3.1<4:math/rubygem-bigdecimal
|
|
|
|
USES= cpe gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
CPE_VENDOR= erik_michaels-ober
|
|
|
|
OPTIONS_DEFINE= NOKOGIRI
|
|
NOKOGIRI_DESC= Use Nokogiri for parsing
|
|
|
|
NOKOGIRI_RUN_DEPENDS= rubygem-nokogiri>=0:textproc/rubygem-nokogiri
|
|
|
|
.include <bsd.port.mk>
|