python/hypothesis: update to 6.122.3
[oi-userland.git] / components / database / postgresql-12-citus / Makefile
blobd22e995f9cb77c6233ae034feb8df49677615cd9
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2019 Alexander Pyhalov
16 BUILD_BITS=64
18 include ../../../make-rules/shared-macros.mk
20 COMPONENT_NAME = citus
21 COMPONENT_VERSION = 9.5.10
22 COMPONENT_SUMMARY = Citus Open Source PostgreSQL extension
23 COMPONENT_SRC = $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE = $(COMPONENT_NAME)-$(COMPONENT_VERSION).tar.gz
25 COMPONENT_ARCHIVE_HASH= sha256:19fcc219b5e7f13b56d10866d7dcec37160a9c32972e7a63488eb2d042f786a3
26 COMPONENT_ARCHIVE_URL = https://github.com/citusdata/citus/archive/v$(COMPONENT_VERSION).tar.gz
27 COMPONENT_PROJECT_URL = https://www.citusdata.com/
28 COMPONENT_FMRI = database/postgres-$(PG_VERNUM)/citus
29 COMPONENT_CLASSIFICATION = System/Databases
30 COMPONENT_LICENSE = AGPLv3.0
31 COMPONENT_LICENSE_FILE = LICENSE
33 PG_VERSION= 12
34 # Don't depend on host default pg_config
35 # Note, for PostgreSQL >= 9.6 $(PG_HOME)/bin contains 64-bit files
36 PATH= $(PG_HOME)/bin:/usr/sbin:/usr/bin
38 TEST_TARGET = $(NO_TESTS)
40 include $(WS_MAKE_RULES)/common.mk
42 REQUIRED_PACKAGES += $(PG_DEVELOPER_PKG)
44 # Auto-generated dependencies
45 REQUIRED_PACKAGES += $(PG_LIBRARY_PKG)
46 REQUIRED_PACKAGES += library/security/openssl
47 REQUIRED_PACKAGES += system/library
48 REQUIRED_PACKAGES += web/curl