mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
16 lines
283 B
Makefile
16 lines
283 B
Makefile
PORTNAME= ruby_dep
|
|
PORTVERSION= 1.5.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Creates a version constraint of supported Rubies
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|