Index: GNUmakefile =================================================================== --- GNUmakefile (revision 494) +++ GNUmakefile (revision 495) @@ -1,6 +1,5 @@ ############################################################################## -# $HeadURL: http://svn.dev.rambler.ru/Contenido/trunk/ports/all/DBI/GNUmakefile $ -# $Id: GNUmakefile 1311 2009-01-14 08:42:32Z makc $ +# ############################################################################### include ../../etc/perl.mk @@ -8,8 +7,10 @@ ifeq (${shell perl -e 'print 1 if ${PERL_LEVEL}<500600'},1) PORTVERSION = 1.37 +elif (${shell perl -e 'print 1 if ${PERL_LEVEL}<501200'},1) +PORTVERSION = 1.52 else -PORTVERSION = 1.52 +PORTVERSION = 1.622 endif PERL_MAKEMAKER = yes