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 2014 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
16 include ..
/..
/..
/make-rules
/shared-macros.mk
18 COMPONENT_NAME
= cl-json
19 COMPONENT_VERSION
= 0.6.0
20 COMPONENT_GITREV
= v
$(COMPONENT_VERSION
)
21 COMPONENT_SUMMARY
= CL-JSON provides an encoder of Lisp objects to JSON format and a corresponding decoder
22 COMPONENT_PROJECT_URL
= https
://cl-json.common-lisp.dev
/cl-json.html
23 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
24 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
25 COMPONENT_ARCHIVE_HASH
= sha256
:447f361d6527784b5e8dc11d7d2d99394df713d6e711afa2281397291d70224e
26 COMPONENT_ARCHIVE_URL
= https
://github.com
/sharplispers
/cl-json
/archive
/refs
/tags/$(COMPONENT_GITREV
).
tar.gz
27 COMPONENT_FMRI
= library
/common-lisp
/cl-json
28 COMPONENT_CLASSIFICATION
= Development
/Other Languages
29 COMPONENT_LICENSE
= MIT
30 COMPONENT_LICENSE_FILE
= LICENSE
32 include ..
/..
/..
/make-rules
/common.mk
33 include ..
/..
/..
/make-rules
/common-lisp.mk
34 include ..
/..
/..
/make-rules
/ips.mk
38 install: $(INSTALL_32
)
40 # Auto-generated dependencies