[129934] trunk/dports/perl/p5-lwp-authen-wsse/Portfile
mojca at macports.org
mojca at macports.org
Tue Dec 23 09:34:55 PST 2014
Revision: 129934
https://trac.macports.org/changeset/129934
Author: mojca at macports.org
Date: 2014-12-23 09:34:55 -0800 (Tue, 23 Dec 2014)
Log Message:
-----------
p5-lwp-authen-wsse: status line and whitespace only
Modified Paths:
--------------
trunk/dports/perl/p5-lwp-authen-wsse/Portfile
Modified: trunk/dports/perl/p5-lwp-authen-wsse/Portfile
===================================================================
--- trunk/dports/perl/p5-lwp-authen-wsse/Portfile 2014-12-23 17:32:47 UTC (rev 129933)
+++ trunk/dports/perl/p5-lwp-authen-wsse/Portfile 2014-12-23 17:34:55 UTC (rev 129934)
@@ -1,31 +1,32 @@
+# -*- 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.8 5.10 5.12 5.14 5.16
-perl5.setup LWP-Authen-Wsse 0.04
+perl5.setup LWP-Authen-Wsse 0.04
revision 3
-maintainers cyberscript.net:ryan
-categories-append www
-license {Artistic-1 GPL}
-description Library for enabling X-WSSE authentication in LWP.
-long_description LWP::Authen::Wsse allows LWP to authenticate against \
- servers that are using the X-WSSE authentication \
- scheme, as required by the Atom Authentication API. \
- \
- The module is used indirectly through LWP, rather \
- than including it directly in your code. The LWP \
- system will invoke the WSSE authentication when it \
- encounters the authentication scheme while attempting \
- to retrieve a URL from a server.
-homepage http://search.cpan.org/dist/LWP-Authen-Wsse/
-checksums md5 5ee03abf68620d61298023998387e57b
-platforms darwin
+maintainers cyberscript.net:ryan
+categories-append www
+license {Artistic-1 GPL}
+description Library for enabling X-WSSE authentication in LWP.
+long_description LWP::Authen::Wsse allows LWP to authenticate against \
+ servers that are using the X-WSSE authentication \
+ scheme, as required by the Atom Authentication API. \
+ \
+ The module is used indirectly through LWP, rather \
+ than including it directly in your code. The LWP \
+ system will invoke the WSSE authentication when it \
+ encounters the authentication scheme while attempting \
+ to retrieve a URL from a server.
+homepage http://search.cpan.org/dist/LWP-Authen-Wsse/
+checksums md5 5ee03abf68620d61298023998387e57b
+platforms darwin
+supported_archs noarch
if {${perl5.major} != ""} {
-depends_lib-append port:p${perl5.major}-digest-sha1 \
- port:p${perl5.major}-libwww-perl
-
-supported_archs noarch
+ depends_lib-append \
+ port:p${perl5.major}-digest-sha1 \
+ port:p${perl5.major}-libwww-perl
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141223/a2f4f9f9/attachment.html>
More information about the macports-changes
mailing list