Line # Revision Author
1 3 ahitrov@rambler.ru ##############################################################################
2 444 ahitrov #
3 3 ahitrov@rambler.ru ###############################################################################
4
5 444 ahitrov PORTVERSION = 1.75
6 PERL_MAKEMAKER = yes
7 #PERL_MODBUILD = yes
8 3 ahitrov@rambler.ru MASTER_CPAN_SUBDIR = DateTime
9 447 ahitrov PORT_DEPENDS = Scalar-List-Utils \
10 Class-Load \
11 444 ahitrov List-AllUtils \
12 159 ahitrov Class-Singleton \
13 3 ahitrov@rambler.ru Params-Validate
14
15 166 ahitrov include ../../etc/perl.mk
16 3 ahitrov@rambler.ru
17 166 ahitrov ifeq (${shell ${PERL} -e 'print 1 if ${PERL_LEVEL}<500806'},1)
18 PORT_DEPENDS += PathTools
19 endif
20
21 ifeq (${shell ${PERL} -e 'print 1 if ${PERL_LEVEL}<501000'},1)
22 PORT_DEPENDS += parent
23 endif
24
25
26 3 ahitrov@rambler.ru include ../../etc/ports.mk