aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-zeitwerk/Makefile
blob: 330ffb85cd00bd5d49057886ed185def61f6189e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	zeitwerk
PORTVERSION=	2.6.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Efficient and thread-safe code loader
WWW=		https://github.com/fxn/zeitwerk

LICENSE=	MIT

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>