• GNUmakefile

    165 166  
    1 1 ##############################################################################
    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 $
    2 # $Id: GNUmakefile 1243 2008-06-17 11:05:36Z abavykin $
    4 3 ###############################################################################
    5 4
    5 PORTVERSION = 1.00
    6 PERL_MODBUILD = yes
    7 #PERL_MAKEMAKER = yes
    8 MASTER_CPAN_SUBDIR = ExtUtils
    9 PORT_DEPENDS = ExtUtils-CBuilder
    10
    6 11 include ../../etc/perl.mk
    7 12
    8 PORTVERSION = 0.92
    9 PERL_MAKEMAKER = yes
    10 MASTER_CPAN_SUBDIR = Devel/DROLSKY
    11
    12 ifeq (${shell perl -e 'print 1 if ${PERL_LEVEL}>=500600 and ${PERL_LEVEL}<500800'},1)
    13 PORT_DEPENDS = Attribute-Handlers
    14 else
    15 PORT_DEPENDS = Module-Build \
    16 ExtUtils-CBuilder
    13 ifeq (${shell ${PERL} -e 'print 1 if ${PERL_LEVEL}<501000'},1)
    14 PORT_DEPENDS += Attribute-Handlers
    17 15 endif
    18 16
    19 17 include ../../etc/ports.mk