aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-xdg3/Makefile
blob: 5dbf0ea3201e49f0ebde4e8896b786cd249bf8ff (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=	3.1.1
PORTREVISION=	1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	3

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

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE.md

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

# xdg 4.0.0+ requires ruby 2.7+
PORTSCOUT=	limit:^3\.

.include <bsd.port.mk>