• GNUmakefile

    498 499  
    1 1 ##############################################################################
    2 # $HeadURL: http://svn.dev.rambler.ru/Contenido/trunk/ports/all/libapreq/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
    9 7 ifeq (${shell perl -e 'print 1 if ${PERL_LEVEL}<500600'},1)
    10 8 PORTVERSION = 1.2
    11 9 else
    12 PORTVERSION = 1.33
    10 PORTVERSION = 1.34
    13 11 endif
    14 12
    15 13 PERL_MAKEMAKER = yes
    16 14 MASTER_CPAN_SUBDIR = Apache
    17 PORT_DEPENDS = mod_perl
    15 PORT_DEPENDS = mod_perl \
    16 Apache-Test
    18 17
    18 CONFIGURE_POSTCMD = ${MAKE_RECURSIVE} post-configure
    19 19
    20 post-configure:
    21 ${PERL} ${PORTDIR}/patch_configs.pl ${WRKSRC}
    22
    20 23 include ../../etc/ports.mk