1 |
8 |
ahitrov@rambler.ru |
############################################################################## |
2 |
|
|
# $HeadURL: http://svn.dev.rambler.ru/Contenido/branches/utf8/ports/all/DBI/GNUmakefile $ |
3 |
|
|
# $Id: GNUmakefile 1418 2009-06-05 09:17:07Z phoinix $ |
4 |
|
|
############################################################################### |
5 |
|
|
|
6 |
|
|
include ../../etc/perl.mk |
7 |
|
|
|
8 |
|
|
|
9 |
|
|
ifeq (${shell perl -e 'print 1 if ${PERL_LEVEL}<500600'},1) |
10 |
|
|
PORTVERSION = 1.37 |
11 |
|
|
else |
12 |
|
|
PORTVERSION = 1.52 |
13 |
|
|
endif |
14 |
|
|
|
15 |
|
|
PERL_MAKEMAKER = yes |
16 |
|
|
MASTER_CPAN_SUBDIR = DBI |
17 |
|
|
PORT_DEPENDS = Storable |
18 |
|
|
|
19 |
|
|
|
20 |
|
|
include ../../etc/ports.mk |