Aurelien Larcher
2020-05-26 a6a30ee4cb8f6605c6941b3403e0929ea7fa978c
commit | author | age
207938 1 #
50635e 2 # This file and its contents are supplied under the terms of the
AS 3 # Common Development and Distribution License ("CDDL"). You may
4 # only use this file in accordance with the terms of the CDDL.
5 #
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.
9 #
10
11 #
9b989f 12 # Copyright 2020 <contributor name>
50635e 13 #
AS 14
a6a30e 15 BUILD_BITS=64
AL 16 BUILD_STYLE=gem
50635e 17 include ../../../make-rules/shared-macros.mk
AS 18
19 COMPONENT_NAME=
20 COMPONENT_VERSION=
21 COMPONENT_SUMMARY=
22 COMPONENT_PROJECT_URL=
23 COMPONENT_FMRI=
24 COMPONENT_CLASSIFICATION=
25 COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
26 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
27 COMPONENT_ARCHIVE_URL=
28 COMPONENT_ARCHIVE_HASH=
29 COMPONENT_LICENSE=
30
a6a30e 31 TEST_TARGET=$(NO_TESTS)
50635e 32 include $(WS_MAKE_RULES)/gem.mk
AS 33
a6a30e 34 # Build dependencies
AL 35 REQUIRED_PACKAGES+= 
50635e 36