Revision 488

Date:
2015/04/30 11:22:34
Author:
ahitrov
Revision Log:
Params::Validate dependancies upgrade

Files:

Legend:

 
Added
 
Removed
 
Modified
  • utf8/core/ports/all/Module-Implementation/GNUmakefile

     
    1 ##############################################################################
    2 #
    3 ###############################################################################
    4
    5 PORTVERSION = 0.06
    6 PERL_MAKEMAKER = yes
    7 MASTER_CPAN_SUBDIR = Module
    8 PORT_DEPENDS = Module-Runtime \
    9 Try-Tiny
    10
    11 include ../../etc/ports.mk
  • utf8/core/ports/all/Params-Validate/GNUmakefile

     
    1 1 ##############################################################################
    2 # $Id: GNUmakefile 1243 2008-06-17 11:05:36Z abavykin $
    2 #
    3 3 ###############################################################################
    4 4
    5 PORTVERSION = 1.00
    5 PORTVERSION = 1.10
    6 6 PERL_MODBUILD = yes
    7 7 #PERL_MAKEMAKER = yes
    8 MASTER_CPAN_SUBDIR = ExtUtils
    9 PORT_DEPENDS = ExtUtils-CBuilder \
    10 Module-Build
    8 MASTER_CPAN_SUBDIR = Params
    9 PORT_DEPENDS = Module-Implementation \
    10 Test-Fatal \
    11 Test-Requires
    11 12
    12 13 include ../../etc/perl.mk
    13 14
  • utf8/core/ports/all/Test-Fatal/GNUmakefile

     
    1 ##############################################################################
    2 #
    3 ###############################################################################
    4
    5 PORTVERSION = 0.012
    6 PERL_MAKEMAKER = yes
    7 MASTER_CPAN_SUBDIR = Test
    8 PORT_DEPENDS = Try-Tiny
    9
    10 include ../../etc/ports.mk
  • utf8/core/ports/all/Test-Requires/GNUmakefile

     
    1 ##############################################################################
    2 #
    3 ###############################################################################
    4
    5 PORTVERSION = 0.08
    6 PERL_MAKEMAKER = yes
    7 MASTER_CPAN_SUBDIR = Test
    8
    9 include ../../etc/ports.mk
  • utf8/core/ports/all/Test-Requires/Test-Harness/GNUmakefile

     
    1 ##############################################################################
    2 # $Id: GNUmakefile 1243 2008-06-17 11:05:36Z abavykin $
    3 ###############################################################################
    4
    5 PORTVERSION = 3.23
    6 PERL_MAKEMAKER = yes
    7 MASTER_CPAN_SUBDIR = Test
    8
    9 include ../../etc/ports.mk