Revision: 149691 https://trac.macports.org/changeset/149691 Author: devans@macports.org Date: 2016-06-29 08:15:01 -0700 (Wed, 29 Jun 2016) Log Message: ----------- p5-data-structure-util: new port, change the nature of data within a structure. Added Paths: ----------- trunk/dports/perl/p5-data-structure-util/ trunk/dports/perl/p5-data-structure-util/Portfile Added: trunk/dports/perl/p5-data-structure-util/Portfile =================================================================== --- trunk/dports/perl/p5-data-structure-util/Portfile (rev 0) +++ trunk/dports/perl/p5-data-structure-util/Portfile 2016-06-29 15:15:01 UTC (rev 149691) @@ -0,0 +1,17 @@ +# -*- 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.22 5.24 +perl5.setup Data-Structure-Util 0.16 +license {Artistic-1 GPL} +maintainers devans openmaintainer +description Data::Structure::Util - Change nature of data within a structure +long_description ${description} + +platforms darwin + +checksums rmd160 a490e7d221cc6526c3c6d0d1b2db2a7557485a7b \ + sha256 9cd42a13e65cb15f3a76296eb9a134da220168ec747c568d331a50ae7a2ddbc6 Property changes on: trunk/dports/perl/p5-data-structure-util/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
devans@macports.org