aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-debase-ruby_core_source/Makefile
blob: aa1b6cc8351721d61ef93e161a04af5246a3d018 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	debase-ruby_core_source
PORTVERSION=	3.3.1
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>