mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
20 lines
388 B
Makefile
20 lines
388 B
Makefile
PORTNAME= xml-simple
|
|
PORTVERSION= 1.1.9
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -gitlab
|
|
|
|
MAINTAINER= mfechner@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-gitlab>=0:textproc/rubygem-rexml-gitlab
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|