mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
18 lines
298 B
Makefile
18 lines
298 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ref
|
|
PORTVERSION= 2.0.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Library with refs across runtimes (MRI, REE, YARV, ...)
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT_LICENSE
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|