Verified Commit 7bb24709 authored by sunpoet's avatar sunpoet
Browse files

devel/rubygem-method_source0: Remove obsoleted port

Use devel/rubygem-method_source instead.
parent d9113538
Loading
Loading
Loading
Loading
+0 −22
Original line number Diff line number Diff line
# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>

PORTNAME=	method_source
PORTVERSION=	0.9.2
CATEGORIES=	devel rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	0

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Tool to retrieve the sourcecode for a method

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

PORTSCOUT=	limit:^0\.

.include <bsd.port.mk>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1542045859
SHA256 (rubygem/method_source-0.9.2.gem) = 980eba674be3d05dee1889d6cf1ce25735955a6394c6e38d7d2035dcf6e771df
SIZE (rubygem/method_source-0.9.2.gem) = 13824
+0 −4
Original line number Diff line number Diff line
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