e45a92cfe0
Update ruby-method_source to 1.0.0. pkgsrc change: add "USE_LANGAUGES= # none". v1.0.0 (March 19, 2020) * Added Ruby 2.7 support
14 lines
341 B
Makefile
14 lines
341 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/03/23 16:55:54 taca Exp $
|
|
|
|
DISTNAME= method_source-1.0.0
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/banister/method_source
|
|
COMMENT= Return the source code for a method
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|