17 lines
364 B
Makefile
17 lines
364 B
Makefile
PORTNAME= debase-ruby_core_source
|
|
PORTVERSION= 0.10.18
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Provide Ruby core source files for C extensions that need them
|
|
WWW= https://github.com/ruby-debug/debase-ruby_core_source
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|