Line # Revision Author
1 8 ahitrov@rambler.ru ##############################################################################
2 443 ahitrov #
3 8 ahitrov@rambler.ru ###############################################################################
4
5 443 ahitrov PORTVERSION = 1.75
6 PERL_MAKEMAKER = yes
7 #PERL_MODBUILD = yes
8 8 ahitrov@rambler.ru MASTER_CPAN_SUBDIR = DateTime
9 153 ahitrov PORT_DEPENDS = Class-Load \
10 443 ahitrov List-AllUtils \
11 153 ahitrov Class-Singleton \
12 8 ahitrov@rambler.ru Params-Validate
13
14 172 ahitrov include ../../etc/perl.mk
15 8 ahitrov@rambler.ru
16 172 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 8 ahitrov@rambler.ru include ../../etc/ports.mk