mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 19:41:18 +02:00
create bsd12 branch
This commit is contained in:
17
ruby/rubygem-method_source/Makefile
Normal file
17
ruby/rubygem-method_source/Makefile
Normal file
@@ -0,0 +1,17 @@
|
||||
# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
|
||||
# $FreeBSD: head/devel/rubygem-method_source/Makefile 484837 2018-11-12 21:28:58Z sunpoet $
|
||||
|
||||
PORTNAME= method_source
|
||||
PORTVERSION= 0.9.2
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Tool to retrieve the sourcecode for a method
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
ruby/rubygem-method_source/distinfo
Normal file
3
ruby/rubygem-method_source/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1542045859
|
||||
SHA256 (rubygem/method_source-0.9.2.gem) = 980eba674be3d05dee1889d6cf1ce25735955a6394c6e38d7d2035dcf6e771df
|
||||
SIZE (rubygem/method_source-0.9.2.gem) = 13824
|
||||
4
ruby/rubygem-method_source/pkg-descr
Normal file
4
ruby/rubygem-method_source/pkg-descr
Normal file
@@ -0,0 +1,4 @@
|
||||
method_source is a utility to return a method's sourcecode as a Ruby string.
|
||||
Also returns Proc and Lambda sourcecode.
|
||||
|
||||
WWW: https://github.com/banister/method_source
|
||||
Reference in New Issue
Block a user