python/hypothesis: update to 6.121.0
[oi-userland.git] / components / network / openvpn-easy-rsa / Makefile
blob6e03445ea24298c75679642d41931c1b4f92039d
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"). You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright 2013 Adam Stevko. All rights reserved.
15 include ../../../make-rules/shared-macros.mk
17 COMPONENT_NAME= easy-rsa
18 COMPONENT_VERSION= 2.2.0
19 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)_master
20 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
21 COMPONENT_ARCHIVE_HASH= sha256:d23ddc3a764b40d03ada76f387c92ae4dcf4f5266da54c2bae130325b05eebe2
22 COMPONENT_FMRI= network/openvpn/easy-rsa
23 COMPONENT_LICENSE= GPLv2
24 COMPONENT_LICENSE_FILE= easy-rsa.license
25 COMPONENT_SUMMARY= Simple shell based CA utility
26 COMPONENT_PROJECT_URL= https://github.com/OpenVPN/easy-rsa
27 COMPONENT_ARCHIVE_URL= http://swupdate.openvpn.net/community/releases/$(COMPONENT_ARCHIVE)
29 include $(WS_TOP)/make-rules/prep.mk
30 include $(WS_TOP)/make-rules/configure.mk
31 include $(WS_TOP)/make-rules/ips.mk
33 build: $(BUILD_32)
35 install: $(INSTALL_32)
37 test: $(TEST_32)