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