freebsd-ports/textproc/rubygem-pretty-xml/Makefile

20 lines
302 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= pretty-xml
PORTVERSION= 0.2.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Print well formatted XML
LICENSE= RUBY
RUN_DEPENDS= rubygem-nokogiri>=0:textproc/rubygem-nokogiri
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>