Revision 444

Date:
2014/10/23 16:12:32
Author:
ahitrov
Revision Log:
New DateTime::TimeZone version with requirements

Files:

Legend:

 
Added
 
Removed
 
Modified
  • koi8/core/ports/all/DateTime-TimeZone/GNUmakefile

     
    1 1 ##############################################################################
    2 # $HeadURL: http://svn.dev.rambler.ru/Contenido/branches/utf8/ports/all/DateTime-TimeZone/GNUmakefile $
    3 # $Id: GNUmakefile 1624 2011-10-26 15:16:01Z ahitrov $
    2 #
    4 3 ###############################################################################
    5 4
    6 PORTVERSION = 1.41
    7 PERL_MAKEMAKER = yes
    8 #PERL_MODBUILD = yes
    5 PORTVERSION = 1.75
    6 PERL_MAKEMAKER = yes
    7 #PERL_MODBUILD = yes
    9 8 MASTER_CPAN_SUBDIR = DateTime
    10 9 PORT_DEPENDS = Class-Load \
    10 List-AllUtils \
    11 11 Class-Singleton \
    12 12 Params-Validate
    13 13
  • koi8/core/ports/all/List-AllUtils/GNUmakefile

     
    1 ##############################################################################
    2 #
    3 ###############################################################################
    4
    5 PORTVERSION = 0.09
    6 PERL_MAKEMAKER = yes
    7 MASTER_CPAN_SUBDIR = List
    8 PORT_DEPENDS = List-MoreUtils
    9
    10 include ../../etc/ports.mk