summaryrefslogtreecommitdiff
path: root/devel/rubygem-thor13/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-thor13/Makefile')
-rw-r--r--devel/rubygem-thor13/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/rubygem-thor13/Makefile b/devel/rubygem-thor13/Makefile
new file mode 100644
index 000000000000..087c010efb58
--- /dev/null
+++ b/devel/rubygem-thor13/Makefile
@@ -0,0 +1,23 @@
+PORTNAME= thor
+PORTVERSION= 1.3.2
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 13
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Scripting framework that replaces rake, sake, and rubigen
+WWW= https://github.com/rails/thor
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.md
+
+USES= gem
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^1\.3\.
+
+post-install:
+ ${RM} ${STAGEDIR}${PREFIX}/bin/thor
+
+.include <bsd.port.mk>