Makefile revision 3638
2370N/A#
2685N/A# CDDL HEADER START
2370N/A#
2370N/A# The contents of this file are subject to the terms of the
2370N/A# Common Development and Distribution License (the "License").
2370N/A# You may not use this file except in compliance with the License.
2685N/A#
2370N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2685N/A# or http://www.opensolaris.org/os/licensing.
2370N/A# See the License for the specific language governing permissions
2370N/A# and limitations under the License.
2370N/A#
2370N/A# When distributing Covered Code, include this CDDL HEADER in each
2370N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2370N/A# If applicable, add the following below this CDDL HEADER, with the
2370N/A# fields enclosed by brackets "[]" replaced with your own identifying
2370N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2370N/A#
2370N/A# CDDL HEADER END
2370N/A#
2685N/A
2685N/A#
2685N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
2370N/A#
2370N/A
2370N/Ainclude ../../../make-rules/shared-macros.mk
2370N/A
2370N/ACOMPONENT_NAME= Mako
2370N/ACOMPONENT_VERSION= 1.0.0
2370N/ACOMPONENT_PROJECT_URL= http://www.makotemplates.org/
2370N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
2370N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
2370N/ACOMPONENT_ARCHIVE_HASH= \
2370N/A sha256:a3cd72cfef507204b50f74ffcbfcfde7e856437891d3f6cfe780866986d006fe
2370N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
2370N/ACOMPONENT_BUGDB= python-mod/mako
2370N/A
2370N/ATPNO= 20425
2370N/A
2370N/Ainclude $(WS_TOP)/make-rules/prep.mk
2370N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
2370N/Ainclude $(WS_TOP)/make-rules/ips.mk
2370N/A
2370N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
2370N/A
2370N/ACOMPONENT_TEST_DIR= $(COMPONENT_SRC)
2370N/ACOMPONENT_TEST_ARGS= setup.py test
2370N/A
2370N/A# common targets
2370N/Abuild: $(BUILD_NO_ARCH)
2370N/A
2370N/Ainstall: $(INSTALL_NO_ARCH)
2370N/A
2370N/Atest: $(TEST_NO_ARCH)
2370N/A
2370N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
2370N/A
2370N/Ainclude $(WS_TOP)/make-rules/depend.mk
2370N/A