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, 0 insertions, 23 deletions
diff --git a/devel/rubygem-thor13/Makefile b/devel/rubygem-thor13/Makefile
deleted file mode 100644
index 087c010efb58..000000000000
--- a/devel/rubygem-thor13/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-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>