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

18 lines
294 B
Makefile
Raw Normal View History

PORTNAME= pretty-xml
PORTVERSION= 0.2.2
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Print well formatted XML
2016-05-23 05:52:20 +02:00
LICENSE= MIT
2016-05-23 05:52:20 +02:00
RUN_DEPENDS= rubygem-nokogiri>=1.6.7.2:textproc/rubygem-nokogiri
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>