Revision: 122883 https://trac.macports.org/changeset/122883 Author: devans@macports.org Date: 2014-08-01 12:06:48 -0700 (Fri, 01 Aug 2014) Log Message: ----------- p5-exporter-tiny, new port, an exporter with the features of Sub::Exporter but only core dependencies. Added Paths: ----------- trunk/dports/perl/p5-exporter-tiny/ trunk/dports/perl/p5-exporter-tiny/Portfile Added: trunk/dports/perl/p5-exporter-tiny/Portfile =================================================================== --- trunk/dports/perl/p5-exporter-tiny/Portfile (rev 0) +++ trunk/dports/perl/p5-exporter-tiny/Portfile 2014-08-01 19:06:48 UTC (rev 122883) @@ -0,0 +1,18 @@ +# -*- 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.8 5.10 5.12 5.14 5.16 5.18 5.20 +perl5.setup Exporter-Tiny 0.038 +platforms darwin +supported_archs noarch +maintainers devans openmaintainer +license {Artistic GPL} + +description Exporter::Tiny is an exporter with the features of Sub::Exporter but only core dependencies +long_description ${description} + +checksums rmd160 79a2ecae62a58b6f9e9f49e05d51a84b4d42837d \ + sha256 1fc97d13a90941880c7fd106fdd6f763a97a1a17214a17ff0cbde83e4f8653ba Property changes on: trunk/dports/perl/p5-exporter-tiny/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
devans@macports.org