7759 Perl modules update
[unleashed-userland.git] / components / perl / Switch / Makefile
blob6ca86adc3f675811c5c67829772239e88401a401
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2014 Alexander Pyhalov. All rights reserved.
16 include ../../../make-rules/shared-macros.mk
18 COMPONENT_NAME= Switch
19 COMPONENT_VERSION= 2.17
20 COMPONENT_REVISION= 1
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
23 COMPONENT_PROJECT_URL= http://search.cpan.org/dist/Switch/
24 COMPONENT_ARCHIVE_HASH= \
25 sha256:31354975140fe6235ac130a109496491ad33dd42f9c62189e23f49f75f936d75
26 COMPONENT_ARCHIVE_URL= http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/$(COMPONENT_ARCHIVE)
28 include $(WS_TOP)/make-rules/prep.mk
29 include $(WS_TOP)/make-rules/makemaker.mk
30 include $(WS_TOP)/make-rules/ips.mk
32 COMPONENT_TEST_TARGETS = test
34 build: $(BUILD_32_and_64)
36 install: $(INSTALL_32_and_64)
38 test: $(TEST_32_and_64)