Files
bsdports/ruby/rubygem-thor/Makefile
2019-12-26 07:26:06 +00:00

19 lines
347 B
Makefile

# $FreeBSD: head/devel/rubygem-thor/Makefile 484838 2018-11-12 21:29:07Z sunpoet $
PORTNAME= thor
PORTVERSION= 0.20.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Scripting framework that replaces rake, sake, and rubigen
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/thor
.include <bsd.port.mk>