freebsd-ports/devel/rubygem-method_source/Makefile
Philip M. Gollucci 6a4b504533 method_source is a utility to return a method's sourcecode as a Ruby string.
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>
2012-02-08 03:57:24 +00:00

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>