7759 Perl modules update
[unleashed-userland.git] / components / perl / Archive-Zip / Makefile
blob28df54f593ba02e8933b7cf3b85b61206f7e0276
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= Archive-Zip
19 COMPONENT_VERSION= 1.37
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/Archive-Zip/
24 COMPONENT_ARCHIVE_HASH= \
25 sha256:ba789436dc82db02a7f3d2e9d120d0221edc83d8c7ec72519648ae64bbc4ce05
26 COMPONENT_ARCHIVE_URL= http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/$(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)
40 REQUIRED_PACKAGES += runtime/perl-522
41 REQUIRED_PACKAGES += runtime/perl-524