summaryrefslogtreecommitdiff
path: root/devel/rubygem-json27/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-json27/Makefile')
-rw-r--r--devel/rubygem-json27/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/rubygem-json27/Makefile b/devel/rubygem-json27/Makefile
deleted file mode 100644
index c440130c6264..000000000000
--- a/devel/rubygem-json27/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-PORTNAME= json
-PORTVERSION= 2.7.6
-CATEGORIES= devel rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 27
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= JSON implementation as a Ruby extension in C
-WWW= https://ruby.github.io/json/ \
- https://github.com/ruby/json/releases
-
-LICENSE= BSD2CLAUSE RUBY
-LICENSE_COMB= dual
-LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
-LICENSE_FILE_RUBY= ${WRKSRC}/COPYING
-
-USES= gem
-
-PORTSCOUT= limit:^2\.7\.
-
-.include <bsd.port.mk>