Revision: 133237 https://trac.macports.org/changeset/133237 Author: devans@macports.org Date: 2015-02-23 12:34:51 -0800 (Mon, 23 Feb 2015) Log Message: ----------- p5-devel-hide: new port, forces the unavailability of specified Perl modules for testing. Added Paths: ----------- trunk/dports/perl/p5-devel-hide/ trunk/dports/perl/p5-devel-hide/Portfile Added: trunk/dports/perl/p5-devel-hide/Portfile =================================================================== --- trunk/dports/perl/p5-devel-hide/Portfile (rev 0) +++ trunk/dports/perl/p5-devel-hide/Portfile 2015-02-23 20:34:51 UTC (rev 133237) @@ -0,0 +1,19 @@ +# -*- 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 Devel-Hide 0.0009 +license {Artistic-1 GPL} +maintainers devans openmaintainer +description Devel::Hide - Forces the unavailability of specified Perl modules (for testing) +long_description ${description} + +platforms darwin + +checksums rmd160 d4f246164e3aacfb052484191d69cf3e8938859f \ + sha256 71dec40b9e53cd2dc98301ea4a64e1a95b71aa414f9b0d6d28c56c54f8fa16de + +supported_archs noarch Property changes on: trunk/dports/perl/p5-devel-hide/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
devans@macports.org