blob: 84858e6be6bb062fc1b42061220b5f6ef8c0468e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
# $FreeBSD$
PORTNAME= method_source
PORTVERSION= 0.9.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 0
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Tool to retrieve the sourcecode for a method
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^0\.
.include <bsd.port.mk>
|