freebsd-ports/devel/rubygem-debugger-ruby_core_source/Makefile
Torsten Zuehlsdorff 7bd78f9f5e GitLab and related ports maintained by me: pass maintainership to Matthias Fechner
Matthias has proven himself as capable and enthusiastic enough to update
www/gitlab on its own - which frees much of my time. :)

I wrote an update guide for him and everybody interested in it:
http://gitlab.toco-domains.de/FreeBSD/GitLab-docu/blob/master/update/how-to-update-the-freebsd-port.md
2017-12-05 16:44:09 +00:00

17 lines
293 B
Makefile

# $FreeBSD$
PORTNAME= debugger-ruby_core_source
PORTVERSION= 1.3.8
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= idefix@fechner.net
COMMENT= Provide Ruby core source files for C extensions that need them
LICENSE= MIT
NO_ARCH= yes
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>