freebsd-ports/textproc/rubygem-multi_xml/Makefile
Sunpoet Po-Chuan Hsieh 3cebfe8b0a - Update to 0.5.5
- Add LICENSE
- Convert to new options helper
- Reformat pkg-descr
- Update WWW
- Take maintainership

Changes:	https://github.com/sferik/multi_xml/blob/master/CHANGELOG.md
2014-12-24 06:15:36 +00:00

23 lines
500 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= multi_xml
PORTVERSION= 0.5.5
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby library provide swappable XML backends
LICENSE= MIT
OPTIONS_DEFINE= NOKOGIRI
NOKOGIRI_DESC= Nokogiri is a HTML, XML, SAX, and Reader parser
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
NOKOGIRI_RUN_DEPENDS= rubygem-nokogiri>=0:${PORTSDIR}/textproc/rubygem-nokogiri
.include <bsd.port.mk>