Revision: 133536 https://trac.macports.org/changeset/133536 Author: devans@macports.org Date: 2015-03-04 11:50:52 -0800 (Wed, 04 Mar 2015) Log Message: ----------- p5-pdl-io-hdf5: new port, PDL interface to the HDF5 data format. Added Paths: ----------- trunk/dports/perl/p5-pdl-io-hdf5/ trunk/dports/perl/p5-pdl-io-hdf5/Portfile Added: trunk/dports/perl/p5-pdl-io-hdf5/Portfile =================================================================== --- trunk/dports/perl/p5-pdl-io-hdf5/Portfile (rev 0) +++ trunk/dports/perl/p5-pdl-io-hdf5/Portfile 2015-03-04 19:50:52 UTC (rev 133536) @@ -0,0 +1,23 @@ +# -*- 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 PDL-IO-HDF5 0.6501 +license {Artistic-1 GPL} +maintainers devans openmaintainer +description PDL::IO::HDF5 - PDL Interface to the HDF5 Data Format. +long_description ${description} + +platforms darwin + +checksums rmd160 f9f3b76aebaf2801045f3e96bf6d2e6b947eaccf \ + sha256 35a7d1b14e9794081abb41780019e5f416682bed9c004cbca2debcd4a44e0bb6 + +if {${perl5.major} != ""} { + depends_lib-append \ + port:hdf5 \ + port:p${perl5.major}-pdl +} Property changes on: trunk/dports/perl/p5-pdl-io-hdf5/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
devans@macports.org