freebsd-ports/textproc/rubygem-fog-xml/Makefile
Sunpoet Po-Chuan Hsieh 07c644c73d - Add rubygem-fog-xml 0.1.1
Fog::Xml provides shared XML related functionality for fog.

WWW: https://github.com/fog/fog-xml
RG:  https://rubygems.org/gems/fog-xml
2014-11-24 19:06:33 +00:00

21 lines
493 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= fog-xml
PORTVERSION= 0.1.1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Extraction of the XML parsing tools shared among 'fog' providers
LICENSE= MIT
RUN_DEPENDS= rubygem-fog-core>=0:${PORTSDIR}/devel/rubygem-fog-core \
rubygem-nokogiri>=1.5.11:${PORTSDIR}/textproc/rubygem-nokogiri
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>