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 446 ahitrov PORT_DEPENDS = Scalar-List-Utils \
10 Class-Load \
11 443 ahitrov List-AllUtils \
12 153 ahitrov Class-Singleton \
13 8 ahitrov@rambler.ru Params-Validate
14
15 172 ahitrov include ../../etc/perl.mk
16 8 ahitrov@rambler.ru
17 172 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 8 ahitrov@rambler.ru include ../../etc/ports.mk