freebsd-ports/devel/rubygem-method_source/Makefile
2012-07-24 15:15:16 +00:00

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>