[133501] trunk/dports/perl

devans at macports.org devans at macports.org
Tue Mar 3 06:02:03 PST 2015


Revision: 133501
          https://trac.macports.org/changeset/133501
Author:   devans at macports.org
Date:     2015-03-03 06:02:02 -0800 (Tue, 03 Mar 2015)
Log Message:
-----------
p5-app-nopaste: new port, easy access to any pastebin.

Added Paths:
-----------
    trunk/dports/perl/p5-app-nopaste/
    trunk/dports/perl/p5-app-nopaste/Portfile

Added: trunk/dports/perl/p5-app-nopaste/Portfile
===================================================================
--- trunk/dports/perl/p5-app-nopaste/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-app-nopaste/Portfile	2015-03-03 14:02:02 UTC (rev 133501)
@@ -0,0 +1,35 @@
+# -*- 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
+
+perl5.branches      5.16 5.18 5.20
+perl5.setup         App-Nopaste 1.003
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         App::Nopaste - Easy access to any pastebin
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  dfd97d145942e917d4f0550fd5a9f2db3768306c \
+                    sha256  eee09465b735feb2b2008ea85e24c8c30e88a86ef6503c632f702926adaf2ba9
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-libwww-perl \
+                    port:p${perl5.major}-test-deep
+
+    depends_lib-append \
+                    port:p${perl5.major}-class-load \
+                    port:p${perl5.major}-getopt-long-descriptive \
+                    port:p${perl5.major}-json-maybexs \
+                    port:p${perl5.major}-module-pluggable \
+                    port:p${perl5.major}-module-runtime \
+                    port:p${perl5.major}-namespace-clean \
+                    port:p${perl5.major}-uri \
+                    port:p${perl5.major}-www-mechanize
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-app-nopaste/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150303/b0399f45/attachment.html>


More information about the macports-changes mailing list