1 |
8 |
ahitrov@rambler.ru |
############################################################################## |
2 |
|
|
# $HeadURL: http://svn.dev.rambler.ru/Contenido/branches/utf8/ports/all/DateTime/GNUmakefile $ |
3 |
|
|
# $Id: GNUmakefile 1243 2008-06-17 11:05:36Z abavykin $ |
4 |
|
|
############################################################################### |
5 |
|
|
|
6 |
|
|
PORTVERSION = 0.4302 |
7 |
|
|
PERL_MAKEMAKER = yes |
8 |
|
|
MASTER_CPAN_SUBDIR = DateTime |
9 |
|
|
PORT_DEPENDS = Class-Factory-Util \ |
10 |
|
|
Params-Validate \ |
11 |
|
|
DateTime-TimeZone \ |
12 |
|
|
DateTime-Locale \ |
13 |
|
|
Time-Local |
14 |
|
|
|
15 |
|
|
#CONFIGURE_PRECMD = ${MAKE_RECURSIVE} pre-configure |
16 |
|
|
#pre-configure: |
17 |
|
|
# cd ${WRKSRC}/lib && patch -p0 < ${PORTDIR}/patch.datetime.formatter |
18 |
|
|
|
19 |
|
|
include ../../etc/ports.mk |