freebsd-ports/devel/rubygem-method_source/Makefile
Sunpoet Po-Chuan Hsieh caa2b7e050 - Update to 0.8.1
- Remove leading indefinite article from COMMENT
- Cleanup Makefile header

Changes:	https://github.com/banister/method_source/commits/master
2013-06-13 11:51:31 +00:00

18 lines
335 B
Makefile

# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
# $FreeBSD$
PORTNAME= method_source
PORTVERSION= 0.8.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Tool to retrieve the sourcecode for a method
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>