summaryrefslogtreecommitdiff
path: root/devel/rubygem-method_source/Makefile
blob: f50c3d791908c3ad7847097bb58e7e49901b7028 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	method_source
PORTVERSION=	1.1.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Tool to retrieve the sourcecode for a method
WWW=		https://github.com/banister/method_source

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>