• GNUmakefile

    150 151  
    1 1 ##############################################################################
    2 # $HeadURL: http://svn.dev.rambler.ru/Contenido/trunk/ports/all/Params-Validate/GNUmakefile $
    3 # $Id: GNUmakefile 1481 2009-11-19 12:31:29Z abavykin $
    2 # $HeadURL: http://svn.dev.rambler.ru/Contenido/branches/utf8/ports/all/Params-Validate/GNUmakefile $
    3 # $Id: GNUmakefile 1482 2009-11-19 12:34:06Z abavykin $
    4 4 ###############################################################################
    5 5
    6 6 include ../../etc/perl.mk
     
    11 11
    12 12 ifeq (${shell perl -e 'print 1 if ${PERL_LEVEL}>=500600 and ${PERL_LEVEL}<500800'},1)
    13 13 PORT_DEPENDS = Attribute-Handlers
    14 else
    15 PORT_DEPENDS = Module-Build \
    16 ExtUtils-CBuilder
    14 17 endif
    15 18
    16 19 include ../../etc/ports.mk