[131195] trunk/dports/perl/p5-html-mason/Portfile
mojca at macports.org
mojca at macports.org
Tue Jan 6 11:12:16 PST 2015
Revision: 131195
https://trac.macports.org/changeset/131195
Author: mojca at macports.org
Date: 2015-01-06 11:12:16 -0800 (Tue, 06 Jan 2015)
Log Message:
-----------
p5-html-mason: first line, whitespace only (it doesn't find the files to fetch though)
Modified Paths:
--------------
trunk/dports/perl/p5-html-mason/Portfile
Modified: trunk/dports/perl/p5-html-mason/Portfile
===================================================================
--- trunk/dports/perl/p5-html-mason/Portfile 2015-01-06 19:05:29 UTC (rev 131194)
+++ trunk/dports/perl/p5-html-mason/Portfile 2015-01-06 19:12:16 UTC (rev 131195)
@@ -1,49 +1,53 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup perl5 1.0
+PortSystem 1.0
+PortGroup perl5 1.0
perl5.branches 5.16
-perl5.setup HTML-Mason 1.45
-revision 3
-license {Artistic-1 GPL}
-maintainers nomaintainer
-description High-performance, dynamic web site authoring system
-long_description Mason is a tool for building, serving and managing \
- large web sites. Its features make it an ideal \
- backend for high load sites serving dynamic \
- content, such as online newspapers or database \
- driven e-commerce sites.
+perl5.setup HTML-Mason 1.45
+revision 3
+license {Artistic-1 GPL}
+maintainers nomaintainer
+description High-performance, dynamic web site authoring system
+long_description Mason is a tool for building, serving and managing \
+ large web sites. Its features make it an ideal \
+ backend for high load sites serving dynamic \
+ content, such as online newspapers or database \
+ driven e-commerce sites.
-platforms darwin
+checksums md5 5ad416ae8425d81dde3daf5fab913a23 \
+ sha1 17f7bafb95f46cc872d3748bf4bb1f3a9ec349c4 \
+ rmd160 96b84ec0488a1771a81af7ccc15470fb7456ee05
-checksums md5 5ad416ae8425d81dde3daf5fab913a23 \
- sha1 17f7bafb95f46cc872d3748bf4bb1f3a9ec349c4 \
- rmd160 96b84ec0488a1771a81af7ccc15470fb7456ee05
+platforms darwin
if {${perl5.major} != ""} {
-depends_lib-append port:p${perl5.major}-cache-cache \
- port:p${perl5.major}-class-container \
- port:p${perl5.major}-exception-class \
- port:p${perl5.major}-params-validate \
- port:p${perl5.major}-html-parser \
- port:p${perl5.major}-test-deep \
- port:p${perl5.major}-log-any
+ depends_lib-append \
+ port:p${perl5.major}-cache-cache \
+ port:p${perl5.major}-class-container \
+ port:p${perl5.major}-exception-class \
+ port:p${perl5.major}-params-validate \
+ port:p${perl5.major}-html-parser \
+ port:p${perl5.major}-test-deep \
+ port:p${perl5.major}-log-any
-perl5.use_module_build
+ perl5.use_module_build
-variant mod_perl conflicts mod_perl2 description {build with mod_perl port} {
- depends_lib-append port:mod_perl \
- port:p${perl5.major}-libapreq
-}
+ variant mod_perl conflicts mod_perl2 description {build with mod_perl port} {
+ depends_lib-append \
+ port:mod_perl \
+ port:p${perl5.major}-libapreq
+ }
-variant mod_perl2 conflicts mod_perl description {build with mod_perl2 port} {
- depends_lib-append port:mod_perl2 \
- port:p${perl5.major}-libapreq2 \
- port:p${perl5.major}-cgi
-}
+ variant mod_perl2 conflicts mod_perl description {build with mod_perl2 port} {
+ depends_lib-append \
+ port:mod_perl2 \
+ port:p${perl5.major}-cgi \
+ port:p${perl5.major}-libapreq2
+ }
-if {![variant_isset mod_perl]} {
- default_variants +mod_perl2
+ if {![variant_isset mod_perl]} {
+ default_variants +mod_perl2
+ }
}
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150106/11e37824/attachment.html>
More information about the macports-changes
mailing list