2013-09-21 00:48:30 +02:00
|
|
|
# Created by: Wen Heping <wenheping@gmail.com>
|
2009-01-16 01:09:20 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pydicom
|
2014-05-31 15:51:28 +02:00
|
|
|
PORTVERSION= 0.9.8
|
2009-01-16 01:09:20 +01:00
|
|
|
CATEGORIES= science python
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2010-06-25 04:39:08 +02:00
|
|
|
MAINTAINER= wen@FreeBSD.org
|
2012-08-03 17:54:35 +02:00
|
|
|
COMMENT= Read, modify, and write DICOM files with Python code
|
2009-01-16 01:09:20 +01:00
|
|
|
|
2014-05-31 15:51:28 +02:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2009-01-16 01:09:20 +01:00
|
|
|
USE_PYTHON= yes
|
2014-05-31 15:51:28 +02:00
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2009-01-16 01:09:20 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|