Revision 648

Date:
2017/05/04 10:56:44
Author:
ahitrov
Revision Log:
Recent library versions

Files:

Legend:

 
Added
 
Removed
 
Modified
  • utf8/core/ports/all/Devel-StackTrace/GNUmakefile

     
    1 1 ##############################################################################
    2 # $HeadURL: http://svn.dev.rambler.ru/Contenido/branches/utf8/ports/all/Devel-StackTrace/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 = 1.13
    7 PORTVERSION = 2.02
    9 8 PERL_MODBUILD = yes
    10 9 MASTER_CPAN_SUBDIR = Devel
    11 10 PORT_DEPENDS = Module-Build
  • utf8/core/ports/all/Exception-Class/GNUmakefile

     
    1 1 ##############################################################################
    2 # $HeadURL: http://svn.dev.rambler.ru/Contenido/branches/utf8/ports/all/Exception-Class/GNUmakefile $
    3 # $Id: GNUmakefile 175 2006-06-16 12:50:03Z lonerr $
    2 #
    4 3 ###############################################################################
    5 4
    6 #include ../../etc/perl.mk
    7
    8 PORTVERSION = 1.23
    5 PORTVERSION = 1.42
    9 6 PERL_MAKEMAKER = yes
    10 7 MASTER_CPAN_SUBDIR = Exception
    11 8 PORT_DEPENDS = Devel-StackTrace \
    12 9 Class-Data-Inheritable
    13 10
    14 #ifeq (${shell perl -e 'print 1 if ${PERL_LEVEL}<500800'},1)
    15 #${call die,requires perl 5.8.0 or higher.};
    16 #endif
    17
    18 11 include ../../etc/ports.mk