summaryrefslogtreecommitdiff
path: root/textproc/rubygem-xml-simple-gitlab/Makefile
blob: ec1c6d6360fe0c4f650d0ec798c5db91caa8e0de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	xml-simple
PORTVERSION=	1.1.9
PORTREVISION=	1
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>=0:textproc/rubygem-rexml

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>