6a4b504533
Also returns Proc and Lambda sourcecode. Author: John Mair http://banisterfiend.wordpress.com/ WWW: http://rubygems.org/gems/method_source PR: ports/164864 Submitted by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
22 lines
424 B
Makefile
22 lines
424 B
Makefile
# New ports collection makefile for: rubygem-method_source
|
|
# Date created: 2012-02-08
|
|
# Whom: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= method_source
|
|
PORTVERSION= 0.7.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= A tool to retrieve the sourcecode for a method
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|