Line # Revision Author
1 166 ahitrov ##############################################################################
2 # $Id: GNUmakefile 1243 2008-06-17 11:05:36Z abavykin $
3 ###############################################################################
4
5 PORTVERSION = 0.46
6 PERL_MAKEMAKER = yes
7 MASTER_CPAN_SUBDIR = Module
8 PORT_DEPENDS = Module-CoreList
9
10 include ../../etc/perl.mk
11
12 ifeq (${shell ${PERL} -e 'print 1 if ${PERL_LEVEL}<501000'},1)
13 PORT_DEPENDS += Module-Load
14 endif
15
16 ifeq (${shell ${PERL} -e 'print 1 if ${PERL_LEVEL}<500905'},1)
17 PORT_DEPENDS += Locale-Maketext-Simple \
18 Params-Check \
19 version
20 endif
21
22 include ../../etc/ports.mk