Line # Revision Author
1 8 ahitrov@rambler.ru ##############################################################################
2 # $HeadURL: svn+ssh://svn@dev/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.48
9 MASTER_CPAN_SUBDIR = HTML
10 PERL_MODBUILD = yes
11 PORT_DEPENDS = Class-Accessor \
12 HTML-Parser \
13 HTML-Tagset
14 #PORT_DEPENDS = Params-Validate \
15 # Exception-Class \
16 # Class-Container \
17 # Cache-Cache \
18 # HTML-Parser \
19 # PathTools
20
21 #ifeq (${shell perl -e 'print 1 if ${PERL_LEVEL}<500600'},1)
22 #${call die,requires perl 5.6.0 or higher.};
23 #endif
24
25
26 include ../../etc/ports.mk