18 lines
345 B
Makefile
18 lines
345 B
Makefile
PORTNAME= constant_resolver
|
|
PORTVERSION= 0.3.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>
|