summaryrefslogtreecommitdiff
path: root/devel/rubygem-xdg/Makefile
blob: 7e4c6dbcdf3e923f864f17f0d736d94d7a4942b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	xdg
PORTVERSION=	9.2.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	XDG Base Directory Standard Library for Ruby
WWW=		https://alchemists.io/projects/xdg \
		https://github.com/bkuhlmann/xdg

LICENSE=	HIPPOCRATIC
LICENSE_NAME=	Hippocratic License 2.1.0
LICENSE_FILE=	${WRKSRC}/LICENSE.adoc
LICENSE_PERMS=	auto-accept dist-mirror pkg-mirror

BROKEN_RUBY32=	yes
BROKEN_RUBY33=	yes

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>