Revision 531

Date:
2015/11/26 14:25:21
Author:
ahitrov
Revision Log:
New port version

Files:

Legend:

 
Added
 
Removed
 
Modified
  • utf8/core/ports/all/libwww/GNUmakefile

     
    1 1 ##############################################################################
    2 # $HeadURL: http://svn.dev.rambler.ru/Contenido/branches/utf8/ports/all/libwww/GNUmakefile $
    3 # $Id: GNUmakefile 175 2006-06-16 12:50:03Z lonerr $
    2 #
    4 3 ###############################################################################
    5 4
    6 5 #include ../../etc/perl.mk
    7 6
    8 PORTVERSION = 6.05
    7 PORTVERSION = 6.13
    9 8 DISTFILE = ${PORTNAME}-perl-${PORTVERSION}.tar.gz
    10 9 PERL_MAKEMAKER = yes
    11 10 MASTER_CPAN_SUBDIR = LWP
     
    25 24 Crypt-SSLeay \
    26 25 LWP-Protocol-https
    27 26
    28 PERL_CHECK_MODULE = LWP
    27 #PERL_CHECK_MODULE = LWP
    29 28 CONFIGURE_COMMAND = ${PERL} Makefile.PL -n
    30 29
    31 #ifeq (${shell perl -e 'print 1 if ${PERL_LEVEL}<500600'},1)
    32 #${call die,requires at least Perl 5.6 due to dependencies.};
    33 #endif
    34 30
    35
    36 31 include ../../etc/ports.mk