Revision: 77341 http://trac.macports.org/changeset/77341 Author: l2g@macports.org Date: 2011-03-27 14:47:38 -0700 (Sun, 27 Mar 2011) Log Message: ----------- p5-html-encoding: no effective changes; only added modeline and some whitespace, and moved the supported_archs line Modified Paths: -------------- trunk/dports/perl/p5-html-encoding/Portfile Modified: trunk/dports/perl/p5-html-encoding/Portfile =================================================================== --- trunk/dports/perl/p5-html-encoding/Portfile 2011-03-27 21:16:54 UTC (rev 77340) +++ trunk/dports/perl/p5-html-encoding/Portfile 2011-03-27 21:47:38 UTC (rev 77341) @@ -1,3 +1,4 @@ +# -*- 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 @@ -4,10 +5,13 @@ PortGroup perl5 1.0 perl5.setup HTML-Encoding 0.60 -revision 2 +revision 2 platforms darwin maintainers nomaintainer +supported_archs noarch + description Determines the encoding of HTML and XML/XHTML documents + long_description ${description} checksums md5 b6a0ded3d1a085bc7b3cdb5ae07e89d2 \ @@ -17,5 +21,3 @@ depends_lib-append port:p5-encode \ port:p5-html-parser \ port:p5-libwww-perl - -supported_archs noarch
participants (1)
-
l2g@macports.org