summaryrefslogtreecommitdiff
path: root/textproc/rubygem-xml-simple/Makefile
blob: e598e3803122e5363848b49676968d990097e546 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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

NO_ARCH=	yes

.include <bsd.port.mk>