freebsd-ports/devel/rubygem-constant_resolver/Makefile
Po-Chuan Hsieh 15815c73b3
devel/rubygem-constant_resolver: Add rubygem-constant_resolver 0.2.0
ConstantResolver resolves partially qualified constant reference to the fully
qualified name and the path of the file defining it. It does not load the files
to do that, its inference engine purely works on file paths and constant names.

ConstantResolver uses the same assumptions as Rails' code loader, Zeitwerk to
infer constant locations. Please see Zeitwerk's documentation on file structure
and inflection for more information.
2024-08-05 01:13:53 +08:00

17 lines
345 B
Makefile

PORTNAME= constant_resolver
PORTVERSION= 0.2.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Resolve any constant to the path of the file that defines it
WWW= https://github.com/Shopify/constant_resolver
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>