Update dns/dnsperf to version 2.0.0.0_2
[dports.git] / devel / rubygem-method_source / Makefile
1 # Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
2 # $FreeBSD$
3
4 PORTNAME=       method_source
5 PORTVERSION=    0.8.2
6 CATEGORIES=     devel rubygems
7 MASTER_SITES=   RG
8
9 MAINTAINER=     ruby@FreeBSD.org
10 COMMENT=        Tool to retrieve the sourcecode for a method
11
12 LICENSE=        MIT
13
14 USE_RUBY=       yes
15 USE_RUBYGEMS=   yes
16 RUBYGEM_AUTOPLIST=      yes
17
18 .include <bsd.port.mk>