22 lines
422 B
Makefile
22 lines
422 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.8
|
|
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>
|