freebsd-ports/textproc/rubygem-xml-simple/Makefile
2022-10-09 23:38:11 +08:00

20 lines
361 B
Makefile

PORTNAME= xml-simple
PORTVERSION= 1.1.9
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby take off of p5-XML-Simple
WWW= https://github.com/maik/xml-simple
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
RUN_DEPENDS= rubygem-rexml>=0:textproc/rubygem-rexml
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>