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