[121936] trunk/dports/perl/p5-perlbal/Portfile
mf2k at macports.org
mf2k at macports.org
Fri Jul 11 13:34:48 PDT 2014
Revision: 121936
https://trac.macports.org/changeset/121936
Author: mf2k at macports.org
Date: 2014-07-11 13:34:47 -0700 (Fri, 11 Jul 2014)
Log Message:
-----------
p5-perlbal: Mode line. detab. whitespace. Reorder lines like other perl ports.
Modified Paths:
--------------
trunk/dports/perl/p5-perlbal/Portfile
Modified: trunk/dports/perl/p5-perlbal/Portfile
===================================================================
--- trunk/dports/perl/p5-perlbal/Portfile 2014-07-11 20:20:49 UTC (rev 121935)
+++ trunk/dports/perl/p5-perlbal/Portfile 2014-07-11 20:34:47 UTC (rev 121936)
@@ -1,35 +1,39 @@
+# -*- 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
+PortGroup perl5 1.0
perl5.branches 5.8 5.10 5.12 5.14 5.16
-perl5.setup Perlbal 1.73
-revision 3
-categories perl net
-license {Artistic-1 GPL}
-platforms darwin
-maintainers nomaintainer
+perl5.setup Perlbal 1.73
+revision 3
+categories-append net
+license {Artistic-1 GPL}
+platforms darwin
+maintainers nomaintainer
+supported_archs noarch
+
description Perl-based reverse proxy load balancer and web server
long_description ${description}
homepage http://www.danga.com/perlbal
master_sites http://search.cpan.org/CPAN/authors/id/B/BR/BRADFITZ \
- http://search.cpan.org/CPAN/authors/id/D/DO/DORMANDO
+ http://search.cpan.org/CPAN/authors/id/D/DO/DORMANDO
+
checksums md5 9df173f7042cf9c1b92b42a4aed52efd \
- sha1 ad1c2879b35ab1e9fbaf188220267c7db259da29
+ sha1 ad1c2879b35ab1e9fbaf188220267c7db259da29
if {${perl5.major} != ""} {
-depends_run-append port:p${perl5.major}-net-netmask port:p${perl5.major}-danga-socket \
- port:p${perl5.major}-bsd-resource port:p${perl5.major}-libwww-perl
+ depends_run-append port:p${perl5.major}-bsd-resource \
+ port:p${perl5.major}-danga-socket \
+ port:p${perl5.major}-libwww-perl \
+ port:p${perl5.major}-net-netmask
-supported_archs noarch
-
-post-destroot {
-# set sharedir ${destroot}${prefix}/share/[string tolower ${name}]-${perl5.moduleversion}
- set sharedir ${destroot}${prefix}/share/perlbal-${perl5.moduleversion}
- xinstall -d ${sharedir}
- file copy ${worksrcpath}/doc ${worksrcpath}/conf ${sharedir}
+ post-destroot {
+ # set sharedir ${destroot}${prefix}/share/[string tolower ${name}]-${perl5.moduleversion}
+ set sharedir ${destroot}${prefix}/share/perlbal-${perl5.moduleversion}
+ xinstall -d ${sharedir}
+ file copy ${worksrcpath}/doc ${worksrcpath}/conf ${sharedir}
+ }
}
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140711/fb8cec9e/attachment.html>
More information about the macports-changes
mailing list