mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 03:30:32 -04:00
17 lines
315 B
Makefile
17 lines
315 B
Makefile
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>
|