aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-elasticsearch6/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/rubygem-elasticsearch6/Makefile')
-rw-r--r--textproc/rubygem-elasticsearch6/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/textproc/rubygem-elasticsearch6/Makefile b/textproc/rubygem-elasticsearch6/Makefile
deleted file mode 100644
index c4b5c9882454..000000000000
--- a/textproc/rubygem-elasticsearch6/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Created by: Ryan Steinmetz <zi@FreeBSD.org>
-
-PORTNAME= elasticsearch
-PORTVERSION= 6.8.3
-CATEGORIES= textproc rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 6
-
-MAINTAINER= mfechner@FreeBSD.org
-COMMENT= Ruby integrations for Elasticsearch
-
-LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-
-RUN_DEPENDS= rubygem-elasticsearch-api6>=${PORTVERSION}<${PORTVERSION}_99:textproc/rubygem-elasticsearch-api6 \
- rubygem-elasticsearch-transport6>=${PORTVERSION}<${PORTVERSION}_99:textproc/rubygem-elasticsearch-transport6
-
-USES= gem
-USE_RUBY= yes
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>