Revision: 133595 https://trac.macports.org/changeset/133595 Author: devans@macports.org Date: 2015-03-05 20:40:53 -0800 (Thu, 05 Mar 2015) Log Message: ----------- p5-www-pastebin-pastebincom-create: new port, paste on www.pastebin.com without API keys. Added Paths: ----------- trunk/dports/perl/p5-www-pastebin-pastebincom-create/ trunk/dports/perl/p5-www-pastebin-pastebincom-create/Portfile Added: trunk/dports/perl/p5-www-pastebin-pastebincom-create/Portfile =================================================================== --- trunk/dports/perl/p5-www-pastebin-pastebincom-create/Portfile (rev 0) +++ trunk/dports/perl/p5-www-pastebin-pastebincom-create/Portfile 2015-03-06 04:40:53 UTC (rev 133595) @@ -0,0 +1,26 @@ +# -*- 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 WWW-Pastebin-PastebinCom-Create 1.003 +license Artistic-2 +maintainers devans openmaintainer +description WWW::Pastebin::PastebinCom::Create - paste on www.pastebin.com without API keys +long_description ${description} + +platforms darwin + +checksums rmd160 2f75ecafe30982afb6f0fac304111ffe2980bfa8 \ + sha256 96b24d47f02df306bec091ff57acdad183c14edceb2bf2180c25d34a234c4277 + +if {${perl5.major} != ""} { + depends_lib-append \ + port:p${perl5.major}-moo \ + port:p${perl5.major}-www-mechanize + + perl5.use_module_build + supported_archs noarch +} Property changes on: trunk/dports/perl/p5-www-pastebin-pastebincom-create/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
devans@macports.org