--- -	2014-08-08 16:10:42.000000000 +0100
+++ macports/Portfile	2014-08-08 16:09:53.000000000 +0100
@@ -4,38 +4,38 @@
 PortSystem          1.0
 PortGroup           github 1.0
 
-github.setup        rodnaph ghsum 0.1.0 v
-categories          devel shells macports
+github.setup        rodnaph ghsum 0.1.1 v
+categories          devel shells
 platforms           darwin
 maintainers         pu-gh.com:rod
 license             MIT
-supported_archs     noarch
-
-description         Helper to checksum GitHub tags
-
-long_description    ghsum allows you to easily print MacPorts checksums for tagged \
-                    versions of your project on GitHub (or branches as well). This \
-                    can be useful for updating Portfiles.
+description         Helper to checksum Github tags
+long_description    \
+    ghsum allows you to easily print Macports checksums for tagged \
+    versions of your project on Github (or branches as well). This \
+    can be useful for updating Portfiles
 
 depends_lib         port:wget \
                     port:openssl \
-                    port:p5.12-getopt-long-descriptive
+                    port:p5.16-getopt-long-descriptive
 
 checksums           rmd160 8135a086a7ba075d5ce3596caaa46cd21705bb64 \
                     sha256 863ce994a8a9a276f3ea8a6a395b33015540cccf08c8e419223aa8253ed42eb2
 
 use_configure       no
+supported_archs     noarch
 
 post-patch {
-    reinplace       "s&#!/usr/bin/env perl&#!${prefix}/bin/perl5.12&" ${worksrcpath}/ghsum
+    reinplace       "s&#!/usr/bin/env perl&#!${prefix}/bin/perl5.16&" ${worksrcpath}/ghsum
 }
 
 build               {}
 
-destroot {
+destroot            {
     xinstall -m 0755 ${worksrcpath}/ghsum \
         ${destroot}${prefix}/bin/ghsum
     xinstall -d ${destroot}${prefix}/share/doc/${name}
-    xinstall -m 0644 ${worksrcpath}/README.md \
+    xinstall -m 0644 ${worksrcpath}/LICENSE \
         ${destroot}${prefix}/share/doc/${name}
 }
+
