Line # Revision Author
1 3 ahitrov@rambler.ru ##############################################################################
2 # $HeadURL: http://svn.dev.rambler.ru/Contenido/trunk/ports/all/Module-Build/GNUmakefile $
3 # $Id: GNUmakefile 175 2006-06-16 12:50:03Z lonerr $
4 ###############################################################################
5
6 166 ahitrov PORTVERSION = 0.3800
7 3 ahitrov@rambler.ru PERL_MODBUILD = yes
8 166 ahitrov MASTER_CPAN_SUBDIR = Module
9 3 ahitrov@rambler.ru
10 166 ahitrov include ../../etc/perl.mk
11 3 ahitrov@rambler.ru
12 166 ahitrov ifeq (${shell ${PERL} -e 'print 1 if ${PERL_LEVEL}<501000'},1)
13 PORT_DEPENDS += Test-Harness
14 endif
15
16 ifeq (${shell ${PERL} -e 'print 1 if ${PERL_LEVEL}<501001'},1)
17 PORT_DEPENDS += ExtUtils-Install
18 endif
19
20 ifeq (${shell ${PERL} -e 'print 1 if ${PERL_LEVEL}<501200'},1)
21 PORT_DEPENDS += ExtUtils-CBuilder \
22 ExtUtils-ParseXS
23 endif
24
25 ifeq (${shell ${PERL} -e 'print 1 if ${PERL_LEVEL}<501400'},1)
26 PORT_DEPENDS += Module-Metadata \
27 Perl-OSType \
28 version
29 endif
30
31 3 ahitrov@rambler.ru include ../../etc/ports.mk