Makefile revision 3778
4126N/A#
4126N/A# CDDL HEADER START
4126N/A#
4126N/A# The contents of this file are subject to the terms of the
4126N/A# Common Development and Distribution License (the "License").
4126N/A# You may not use this file except in compliance with the License.
4126N/A#
4126N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4126N/A# or http://www.opensolaris.org/os/licensing.
4126N/A# See the License for the specific language governing permissions
4126N/A# and limitations under the License.
4126N/A#
4126N/A# When distributing Covered Code, include this CDDL HEADER in each
4126N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4126N/A# If applicable, add the following below this CDDL HEADER, with the
4126N/A# fields enclosed by brackets "[]" replaced with your own identifying
4126N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4126N/A#
4126N/A# CDDL HEADER END
4126N/A#
4126N/A# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
4126N/A#
4126N/Ainclude ../../../make-rules/shared-macros.mk
4126N/A
4126N/ACOMPONENT_NAME= django_compressor
4126N/ACOMPONENT_VERSION= 1.3
4126N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
4126N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
4126N/ACOMPONENT_ARCHIVE_HASH= \
4126N/A sha256:66ff1a845a6c1b16c4cf552ee3d746033979e46cd9bd5d999d4b5dae93327a52
4126N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
4126N/ACOMPONENT_PROJECT_URL= http://django-compressor.readthedocs.org
4126N/ACOMPONENT_BUGDB= python-mod/django-cmpress
4126N/A
4126N/ATPNO= 14503
4126N/A
4126N/A# Depends on django, which is not Python 3 ready.
4126N/APYTHON_VERSIONS= 2.7 2.6
4126N/A
4126N/Ainclude $(WS_TOP)/make-rules/prep.mk
4126N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
4126N/Ainclude $(WS_TOP)/make-rules/ips.mk
4126N/A
4126N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
4126N/A
4126N/A# common targets
4126N/Abuild: $(BUILD_NO_ARCH)
4126N/A
4126N/Ainstall: $(INSTALL_NO_ARCH)
4126N/A
4126N/A# unittests require django-discover-runner which is not integrated
4126N/Atest: $(NO_TESTS)
BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
include $(WS_TOP)/make-rules/depend.mk