Revision 153
- Date:
- 2011/10/26 15:36:17
- Files:
Legend:
- Added
- Removed
- Modified
-
utf8/core/ports/all/Class-Load/GNUmakefile
1 ############################################################################## 2 # $HeadURL: 3 # $Id: 4 ############################################################################### 5 6 PORTVERSION = 0.11 7 PERL_MAKEMAKER = yes 8 MASTER_CPAN_SUBDIR = Class 9 10 include ../../etc/ports.mk -
utf8/core/ports/all/DateTime-TimeZone/GNUmakefile
1 1 ############################################################################## 2 2 # $HeadURL: http://svn.dev.rambler.ru/Contenido/branches/utf8/ports/all/DateTime-TimeZone/GNUmakefile $ 3 # $Id: GNUmakefile 1243 2008-06-17 11:05:36Z abavykin $ 3 # $Id: GNUmakefile 1624 2011-10-26 15:16:01Z ahitrov $ 4 4 ############################################################################### 5 5 6 PORTVERSION = 1.40 7 PERL_MODBUILD = yes 6 PORTVERSION = 1.41 7 PERL_MAKEMAKER = yes 8 #PERL_MODBUILD = yes 8 9 MASTER_CPAN_SUBDIR = DateTime 9 PORT_DEPENDS = Class-Singleton \ 10 PORT_DEPENDS = Class-Load \ 11 Class-Singleton \ 10 12 Params-Validate 11 13 12 14