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 159 ahitrov PORT_DEPENDS = Class-Load \
10 444 ahitrov List-AllUtils \
11 159 ahitrov Class-Singleton \
12 3 ahitrov@rambler.ru Params-Validate
13
14 166 ahitrov include ../../etc/perl.mk
15 3 ahitrov@rambler.ru
16 166 ahitrov ifeq (${shell ${PERL} -e 'print 1 if ${PERL_LEVEL}<500806'},1)
17 PORT_DEPENDS += PathTools
18 endif
19
20 ifeq (${shell ${PERL} -e 'print 1 if ${PERL_LEVEL}<501000'},1)
21 PORT_DEPENDS += parent
22 endif
23
24
25 3 ahitrov@rambler.ru include ../../etc/ports.mk