Index: GNUmakefile =================================================================== --- GNUmakefile (revision 165) +++ GNUmakefile (revision 166) @@ -1,19 +1,17 @@ ############################################################################## -# $HeadURL: http://svn.dev.rambler.ru/Contenido/branches/utf8/ports/all/Params-Validate/GNUmakefile $ -# $Id: GNUmakefile 1482 2009-11-19 12:34:06Z abavykin $ +# $Id: GNUmakefile 1243 2008-06-17 11:05:36Z abavykin $ ############################################################################### +PORTVERSION = 1.00 +PERL_MODBUILD = yes +#PERL_MAKEMAKER = yes +MASTER_CPAN_SUBDIR = ExtUtils +PORT_DEPENDS = ExtUtils-CBuilder + include ../../etc/perl.mk -PORTVERSION = 0.92 -PERL_MAKEMAKER = yes -MASTER_CPAN_SUBDIR = Devel/DROLSKY - -ifeq (${shell perl -e 'print 1 if ${PERL_LEVEL}>=500600 and ${PERL_LEVEL}<500800'},1) -PORT_DEPENDS = Attribute-Handlers -else -PORT_DEPENDS = Module-Build \ - ExtUtils-CBuilder +ifeq (${shell ${PERL} -e 'print 1 if ${PERL_LEVEL}<501000'},1) +PORT_DEPENDS += Attribute-Handlers endif include ../../etc/ports.mk