Makefile revision 6780
cf7a2a65e777b164523f5a5a52a1ac64e4322760vboxsync# CDDL HEADER START
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# The contents of this file are subject to the terms of the
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# Common Development and Distribution License (the "License").
cf7a2a65e777b164523f5a5a52a1ac64e4322760vboxsync# You may not use this file except in compliance with the License.
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# See the License for the specific language governing permissions
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# and limitations under the License.
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# When distributing Covered Code, include this CDDL HEADER in each
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# If applicable, add the following below this CDDL HEADER, with the
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
cf7a2a65e777b164523f5a5a52a1ac64e4322760vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# CDDL HEADER END
26ab5559e05ae622734a4047cee975670da3b0e8vboxsync# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
65ba0abe3ecfd47b318d49a3c37a9b48d1f6904evboxsyncCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
5a062c1c10e75283bed9bd16145610874ec5bacdvboxsync sha256:0f4844f8fd3f69f4d428a616fdcf2b650a24862dd81443ae3fba14980c7b0615
5a062c1c10e75283bed9bd16145610874ec5bacdvboxsyncCOMPONENT_PROJECT_URL= https://github.com/fusionbox/django-pyscss
58668e366c315f45ea3be7b3a43f79224858173avboxsync# Depends on pyscss which is not Python 3 ready.
26ab5559e05ae622734a4047cee975670da3b0e8vboxsync# common targets
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# The tarball for this version does not ship unittests. See
cf7a2a65e777b164523f5a5a52a1ac64e4322760vboxsync# https://github.com/fusionbox/django-pyscss/issues/30 for more
26ab5559e05ae622734a4047cee975670da3b0e8vboxsync# information.