mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
27 lines
560 B
Makefile
27 lines
560 B
Makefile
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= multi_xml
|
|
PORTVERSION= 0.5.4
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= Ruby library provide swappable XML backends
|
|
|
|
OPTIONS_DEFINE= NOKOGIRI
|
|
NOKOGIRI_DESC= Nokogiri is a HTML, XML, SAX, and Reader parser
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if ${PORT_OPTIONS:MNOKOGIRI}
|
|
RUN_DEPENDS+= rubygem-nokogiri>=0:${PORTSDIR}/textproc/rubygem-nokogiri
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|