Line # Revision Author
1 3 ahitrov@rambler.ru ##############################################################################
2 # $HeadURL: http://svn.dev.rambler.ru/Contenido/trunk/ports/all/Class-Container/GNUmakefile $
3 # $Id: GNUmakefile 175 2006-06-16 12:50:03Z lonerr $
4 ###############################################################################
5
6 include ../../etc/perl.mk
7
8 PORTVERSION = 0.12
9 PERL_MAKEMAKER = yes
10 MASTER_CPAN_SUBDIR = Class
11 PORT_DEPENDS = Params-Validate
12
13 ifeq (${shell perl -e 'print 1 if ${PERL_LEVEL}<500800'},1)
14 PORT_DEPENDS += Scalar-List-Utils
15 endif
16
17 #ifeq (${shell perl -e 'print 1 if ${PERL_LEVEL}<500600'},1)
18 #${call die,requires perl 5.6.x or higher.};
19 #endif
20
21 include ../../etc/ports.mk