freebsd-ports/textproc/rubygem-fog-xml/Makefile
2017-03-31 20:39:32 +00:00

22 lines
487 B
Makefile

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