ports/devel/rubygem-method_source/Makefile
2021-04-06 16:31:07 +02:00

19 lines
339 B
Makefile

# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
PORTNAME= method_source
PORTVERSION= 1.0.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@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
.include <bsd.port.mk>