Ticket #8245: patch-p5-html-mason.txt

File patch-p5-html-mason.txt, 1.2 KB (added by narf_tm@…, 18 years ago)

Patch

Line 
1--- Portfile.orig       2006-04-07 11:10:53.000000000 -0500
2+++ Portfile    2006-04-07 11:19:45.000000000 -0500
3@@ -2,8 +2,8 @@
4 
5 PortSystem 1.0
6 PortGroup perl5 1.0
7-perl5.setup                    HTML-Mason 1.28
8-maintainers                    mat@FreeBSD.org
9+perl5.setup                    HTML-Mason 1.32
10+maintainers                    narf_tm@trulycertifiable.com   
11 description                    High-performance, dynamic web site authoring system
12 long_description \
13        Mason is a tool for building, serving and managing large web sites. Its \
14@@ -12,6 +12,21 @@
15 
16 platforms                      darwin
17 
18-checksums md5 9d6d47349e8afe67f25539395a931ea6
19+checksums md5 b0abfdd869d828a0ebbf2f64cfb9d094
20 
21-depends_lib-append  port:p5-params-validate port:p5-exception-class port:p5-class-container
22+depends_lib-append  port:p5-cache-cache port:p5-class-container port:p5-cgi.pm \
23+       port:p5-exception-class port:p5-params-validate port:p5-module-build
24+
25+# Override default perl group settings, since this uses Module::Build
26+# instead of MakeMaker
27+configure.pre_args      Build.PL
28+configure.args          installdirs=vendor
29+
30+build.cmd               ${perl5.bin}
31+build.pre_args          Build
32+build.args              build
33+
34+destroot.cmd            ${perl5.bin}
35+destroot.pre_args       Build
36+destroot.args           install
37+destroot.destdir        destdir=${destroot}