Ticket #18160: Portfile

File Portfile, 1012 bytes (added by eborisch@…, 15 years ago)
Line 
1# $Id$
2
3PortSystem 1.0
4PortGroup python25 1.0
5
6name                    py25-pydicom
7version                 0.9.2
8platforms               darwin
9categories              python
10maintainers             ieee.org:eborisch \
11                        openmaintainer
12description             Python Module for working with DICOM files
13
14long_description        \
15pydicom is a pure python package for working with DICOM files. \
16It was made for inspecting and modifying DICOM files in an easy \
17pythonic way. The modifications can be written again to a new file. \
18As a pure python package, it should run anywhere python runs \
19without any other requirements.
20
21homepage                http://code.google.com/p/pydicom/
22master_sites            http://pydicom.googlecode.com/files/
23distname                pydicom-${version}
24checksums               md5 62c3837b36b9eb1f9fb7fad489d1d929 \
25                        sha1 d6a7c91e7408e513690d67284f9347d739ebacea \
26                        rmd160 53e2b5177d3a2b44d9f3150016ff25023905b5b2
27
28depends_lib-append      port:py25-numpy \
29                        port:py25-zlib