Added: trunk/dports/perl/p5-pdl-io-hdf5/Portfile (0 => 133536)
--- 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
___________________________________________________________________