diff options
Diffstat (limited to '')
-rw-r--r-- | textproc/py-elasticsearch-async/Makefile | 1 | ||||
-rw-r--r-- | textproc/py-elasticsearch-curator/Makefile | 1 | ||||
-rw-r--r-- | textproc/py-elasticsearch-dsl/Makefile | 1 | ||||
-rw-r--r-- | textproc/py-elasticsearch-dsl6/Makefile | 1 | ||||
-rw-r--r-- | textproc/py-elasticsearch/Makefile | 1 | ||||
-rw-r--r-- | textproc/py-elasticsearch5/Makefile | 1 | ||||
-rw-r--r-- | textproc/py-elasticsearch6/Makefile | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/textproc/py-elasticsearch-async/Makefile b/textproc/py-elasticsearch-async/Makefile index b456ea26cc01..4069488c7c4c 100644 --- a/textproc/py-elasticsearch-async/Makefile +++ b/textproc/py-elasticsearch-async/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python Elasticsearch Async Client +WWW= https://github.com/elastic/elasticsearch-py-async LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/textproc/py-elasticsearch-curator/Makefile b/textproc/py-elasticsearch-curator/Makefile index e37f87153477..bb473bc35a05 100644 --- a/textproc/py-elasticsearch-curator/Makefile +++ b/textproc/py-elasticsearch-curator/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= elastic@FreeBSD.org COMMENT= Python index manager for Elasticsearch +WWW= https://curator.readthedocs.org/en/master/ LICENSE= APACHE20 diff --git a/textproc/py-elasticsearch-dsl/Makefile b/textproc/py-elasticsearch-dsl/Makefile index a4b2aa2938e5..bbcc71b9a399 100644 --- a/textproc/py-elasticsearch-dsl/Makefile +++ b/textproc/py-elasticsearch-dsl/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jbaggs2016@gmail.com COMMENT= High level Python client for Elasticsearch +WWW= https://pypi.org/project/elasticsearch-dsl/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/textproc/py-elasticsearch-dsl6/Makefile b/textproc/py-elasticsearch-dsl6/Makefile index c7181f78e5c1..695fff7b3890 100644 --- a/textproc/py-elasticsearch-dsl6/Makefile +++ b/textproc/py-elasticsearch-dsl6/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= 6 MAINTAINER= jbaggs2016@gmail.com COMMENT= High level Python client for Elasticsearch +WWW= https://pypi.org/project/elasticsearch-dsl/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/textproc/py-elasticsearch/Makefile b/textproc/py-elasticsearch/Makefile index 1f07bc779970..73dbe5fda56d 100644 --- a/textproc/py-elasticsearch/Makefile +++ b/textproc/py-elasticsearch/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Official Python low-level client for Elasticsearch +WWW= https://github.com/elastic/elasticsearch-py LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/textproc/py-elasticsearch5/Makefile b/textproc/py-elasticsearch5/Makefile index aedc6a44670f..de46f51a736d 100644 --- a/textproc/py-elasticsearch5/Makefile +++ b/textproc/py-elasticsearch5/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= 5 MAINTAINER= elastic@FreeBSD.org COMMENT= Official Python low-level client for Elasticsearch +WWW= https://elasticsearch-py.readthedocs.org/en/master/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/textproc/py-elasticsearch6/Makefile b/textproc/py-elasticsearch6/Makefile index 538765da3333..f81d63375843 100644 --- a/textproc/py-elasticsearch6/Makefile +++ b/textproc/py-elasticsearch6/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= 6 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Official Python low-level client for Elasticsearch +WWW= https://github.com/elastic/elasticsearch-py LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE |