2a22f3d7ca
method_source is a utility to return a method's source code as a Ruby string. Also returns Proc and Lambda source code.
12 lines
321 B
Makefile
12 lines
321 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/06/03 13:02:36 jperkin Exp $
|
|
|
|
DISTNAME= method_source-0.8.2
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/banister/method_source
|
|
COMMENT= Return the source code for a method
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|