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