Makefile revision 3996
377N/A#
377N/A# CDDL HEADER START
377N/A#
377N/A# The contents of this file are subject to the terms of the
377N/A# Common Development and Distribution License (the "License").
377N/A# You may not use this file except in compliance with the License.
377N/A#
377N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
377N/A# or http://www.opensolaris.org/os/licensing.
377N/A# See the License for the specific language governing permissions
377N/A# and limitations under the License.
377N/A#
377N/A# When distributing Covered Code, include this CDDL HEADER in each
377N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
377N/A# If applicable, add the following below this CDDL HEADER, with the
377N/A# fields enclosed by brackets "[]" replaced with your own identifying
377N/A# information: Portions Copyright [yyyy] [name of copyright owner]
377N/A#
377N/A# CDDL HEADER END
377N/A#
1938N/A# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
377N/A#
377N/Ainclude ../../../make-rules/shared-macros.mk
377N/A
1244N/ACOMPONENT_NAME= X11-Protocol
377N/ACOMPONENT_VERSION= 0.56
1244N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1244N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
377N/ACOMPONENT_PROJECT_URL= http://search.cpan.org/~smccam/X11-Protocol
377N/ACOMPONENT_ARCHIVE_HASH= \
844N/A sha256:de96dd6c7c1f25f3287aa7af64902bf84acaaa8e0c3bb76aa1676367e04a08b7
844N/ACOMPONENT_ARCHIVE_URL= http://search.cpan.org/CPAN/authors/id/S/SM/SMCCAM/$(COMPONENT_ARCHIVE)
377N/ACOMPONENT_BUGDB= perl-mod/x11-protocol
1258N/A
377N/ATPNO= 13258
377N/A
377N/A# Only build for the default version, since 5.8.4 is almost dead
377N/APERL_VERSIONS = $(PERL_VERSION)
377N/A
377N/Ainclude $(WS_MAKE_RULES)/prep.mk
377N/Ainclude $(WS_MAKE_RULES)/ips.mk
377N/Ainclude $(WS_MAKE_RULES)/makemaker.mk
377N/A
377N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
377N/A
377N/ACOMPONENT_TEST_TARGETS = test
377N/A
377N/Abuild: $(BUILD_32)
377N/A
377N/Ainstall: $(INSTALL_32)
377N/A
1938N/Atest: $(TEST_32)
1938N/A
377N/A
377N/AREQUIRED_PACKAGES += runtime/perl-512
377N/AREQUIRED_PACKAGES += runtime/perl-584
377N/AREQUIRED_PACKAGES += system/library
377N/A