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