components/perl_modules/xml-libxml/Makefile
branchs11-update
changeset 4390 f75c3b14abe7
parent 3996 20c0f21bbe1e
child 7711 48f87ff8204e
equal deleted inserted replaced
4388:8bd4e7260c34 4390:f75c3b14abe7
    21 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../../make-rules/shared-macros.mk
    23 include ../../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		XML-LibXML
    25 COMPONENT_NAME=		XML-LibXML
    26 COMPONENT_VERSION=	2.14
    26 COMPONENT_VERSION=	2.121
    27 HUMAN_VERSION=		2.0014
    27 HUMAN_VERSION=		2.0121
    28 COMPONENT_SRC=		$(COMPONENT_NAME)-$(HUMAN_VERSION)
    28 COMPONENT_SRC=		$(COMPONENT_NAME)-$(HUMAN_VERSION)
    29 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    29 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    30 COMPONENT_ARCHIVE_HASH=	\
    30 COMPONENT_ARCHIVE_HASH=	\
    31     sha256:c6c1e854b8be7abcedd243fb43e4845c45629d2c98b8f4ec5d423e6fafe15564
    31     sha256:ec431011cb37a04640fd2316f64d0405a274eece2c6f3847f7fbd336eb1c0dc9
    32 COMPONENT_ARCHIVE_URL=	http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/$(COMPONENT_ARCHIVE)
    32 COMPONENT_ARCHIVE_URL=	http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/$(COMPONENT_ARCHIVE)
    33 COMPONENT_PROJECT_URL=	http://search.cpan.org/~shlomif/XML-LibXML/
    33 COMPONENT_PROJECT_URL=	http://search.cpan.org/~shlomif/XML-LibXML/
    34 COMPONENT_BUGDB=	perl-mod/xml-libxml
    34 COMPONENT_BUGDB=	perl-mod/xml-libxml
    35 
    35 
    36 TPNO=			12995
    36 TPNO=			22635
    37 
    37 
    38 # don't build this module against perl 5.8.4
    38 # don't build this module against perl 5.8.4
    39 # build threaded 5.12 support too
    39 # build threaded 5.12 support too
    40 PERL_VERSIONS = 5.12 5.12-mt
    40 PERL_VERSIONS = 5.12 5.12-mt
    41 
    41