Makefile revision 6408
85333d8f47c2024c10cebf19328269a77086b562Dirk Hogan# CDDL HEADER START
85333d8f47c2024c10cebf19328269a77086b562Dirk Hogan# The contents of this file are subject to the terms of the
85333d8f47c2024c10cebf19328269a77086b562Dirk Hogan# Common Development and Distribution License (the "License").
85333d8f47c2024c10cebf19328269a77086b562Dirk Hogan# You may not use this file except in compliance with the License.
85333d8f47c2024c10cebf19328269a77086b562Dirk Hogan# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
85333d8f47c2024c10cebf19328269a77086b562Dirk Hogan# See the License for the specific language governing permissions
85333d8f47c2024c10cebf19328269a77086b562Dirk Hogan# and limitations under the License.
85333d8f47c2024c10cebf19328269a77086b562Dirk Hogan# When distributing Covered Code, include this CDDL HEADER in each
85333d8f47c2024c10cebf19328269a77086b562Dirk Hogan# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
85333d8f47c2024c10cebf19328269a77086b562Dirk Hogan# If applicable, add the following below this CDDL HEADER, with the
85333d8f47c2024c10cebf19328269a77086b562Dirk Hogan# fields enclosed by brackets "[]" replaced with your own identifying
85333d8f47c2024c10cebf19328269a77086b562Dirk Hogan# information: Portions Copyright [yyyy] [name of copyright owner]
85333d8f47c2024c10cebf19328269a77086b562Dirk Hogan# CDDL HEADER END
85333d8f47c2024c10cebf19328269a77086b562Dirk Hogan# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
85333d8f47c2024c10cebf19328269a77086b562Dirk HoganCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
85333d8f47c2024c10cebf19328269a77086b562Dirk Hogan sha256:e6757280244a0d04e9cef51beeeafb4124087c27b7944c7d41341d0a30f7af78
85333d8f47c2024c10cebf19328269a77086b562Dirk HoganCOMPONENT_PROJECT_URL= http://www.formencode.org/en/latest/
85333d8f47c2024c10cebf19328269a77086b562Dirk Hogan# common targets
85333d8f47c2024c10cebf19328269a77086b562Dirk Hogan# Tests require:
85333d8f47c2024c10cebf19328269a77086b562Dirk Hogan# pyDNS, pycountry, pytest-cov, pytest-codecheckers,
85333d8f47c2024c10cebf19328269a77086b562Dirk Hogan# pytest-capturelog, pytest, cov-core, pyflakes
85333d8f47c2024c10cebf19328269a77086b562Dirk Hogan# which haven't been integrated yet.