# -*- 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: Portfile 67526 2010-05-11 20:05:07Z eborisch@macports.org $

PortSystem          1.0
PortGroup           python25 1.0

name                py25-pydicom
version             0.9.4-1
platforms           darwin
categories          python
maintainers         eborisch \
                    openmaintainer

description         Python Module for working with DICOM files

long_description    pydicom is a pure python package for working with DICOM \
                    files. It was made for inspecting and modifying DICOM \
                    files in an easy pythonic way. The modifications can be \
                    written again to a new file. As a pure python package, it \
                    should run anywhere python runs without any other \
                    requirements.

homepage            http://code.google.com/p/pydicom/
master_sites        http://pydicom.googlecode.com/files/
distname            pydicom-${version}
checksums           md5     10a72e7175b89dd98f158fc097b9616f \
                    sha1    45d34a9d7dfdeb7f9295e1267fe141c626b89859 \
                    rmd160  122ae12315ad5b0fd854badaa3ae6803e4b9da5f

depends_lib-append  port:py25-numpy
