components/perl_modules/net-ssleay/Makefile
changeset 1152 96d423311191
parent 1122 b156e774aad0
child 1170 63707ad3c24c
equal deleted inserted replaced
1151:76498004a954 1152:96d423311191
    24 #
    24 #
    25 
    25 
    26 include ../../../make-rules/shared-macros.mk
    26 include ../../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		Net-SSLeay
    28 COMPONENT_NAME=		Net-SSLeay
    29 COMPONENT_VERSION=	1.36
    29 COMPONENT_VERSION=	1.52
    30 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    30 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    31 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    31 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    32 COMPONENT_PROJECT_URL=	http://search.cpan.org/dist/Net-SSLeay/
    32 COMPONENT_PROJECT_URL=	http://search.cpan.org/dist/Net-SSLeay/
    33 COMPONENT_ARCHIVE_HASH=	\
    33 COMPONENT_ARCHIVE_HASH=	\
    34     sha256:e262897263c5aa9096e39f7813c7cb7d4d05508ca406b173878c4ecddb2c53ce
    34     sha256:48ece32f8f1b4c20acedfcaefd5d66f0ab8818ae6f994ab7c02da7f42e6d77ba
    35 COMPONENT_ARCHIVE_URL=	http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/$(COMPONENT_ARCHIVE)
    35 COMPONENT_ARCHIVE_URL=	http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/$(COMPONENT_ARCHIVE)
    36 COMPONENT_BUGDB=	perl-mod/net-ssleay
    36 COMPONENT_BUGDB=	perl-mod/net-ssleay
       
    37 
    37 
    38 
    38 include $(WS_TOP)/make-rules/prep.mk
    39 include $(WS_TOP)/make-rules/prep.mk
    39 include $(WS_TOP)/make-rules/makemaker.mk
    40 include $(WS_TOP)/make-rules/makemaker.mk
    40 include $(WS_TOP)/make-rules/ips.mk
    41 include $(WS_TOP)/make-rules/ips.mk
    41 
    42 
    42 # The component Makefile.PL file will ask some questions on whether we want
    43 # The component Makefile.PL file will ask some questions on whether we want
    43 # to run external tests, to which we want to answer with "n".
    44 # to run external tests, to which we want to answer with "n".
    44 COMPONENT_CONFIGURE_ENV += ; echo "n" |
    45 COMPONENT_CONFIGURE_ENV += ; echo "n" |
       
    46 COMPONENT_TEST_TARGETS = test
    45 
    47 
    46 # common targets
    48 build:		$(BUILD_32_and_64)
    47 build:		$(BUILD_32)
       
    48 
    49 
    49 install:	$(INSTALL_32)
    50 install:	$(INSTALL_32_and_64)
    50 
    51 
    51 test:		$(TEST_32)
    52 test:		$(TEST_32_and_64)
    52 
    53 
    53 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    54 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    54 
    55 
    55 include $(WS_TOP)/make-rules/depend.mk
    56 include $(WS_TOP)/make-rules/depend.mk