Line # Revision Author
1 3 ahitrov@rambler.ru ##############################################################################
2 # $HeadURL: http://svn.dev.rambler.ru/Contenido/trunk/ports/all/HTML-Mason/GNUmakefile $
3 # $Id: GNUmakefile 175 2006-06-16 12:50:03Z lonerr $
4 ###############################################################################
5
6 #include ../../etc/perl.mk
7
8 PORTVERSION = 1.33
9 MASTER_CPAN_SUBDIR = HTML
10 PERL_MODBUILD = yes
11 PORT_DEPENDS = Params-Validate \
12 Exception-Class \
13 Class-Container \
14 Cache-Cache \
15 HTML-Parser \
16 PathTools
17
18 #ifeq (${shell perl -e 'print 1 if ${PERL_LEVEL}<500600'},1)
19 #${call die,requires perl 5.6.0 or higher.};
20 #endif
21
22
23 include ../../etc/ports.mk