blob: 322515bdfa08089603a6747f94dcbde49b2f2345 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: py-pydicom
# Date created: 2009-01-13
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= pydicom
PORTVERSION= 0.9.4.1
CATEGORIES= science python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-0.9.4-1
MAINTAINER= wen@FreeBSD.org
COMMENT= Read, modify, and write DICOM files with Python code
USE_DOS2UNIX= yes
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGVERSION= 0.9.4_1
.include <bsd.port.mk>
|