mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
21 lines
462 B
Makefile
21 lines
462 B
Makefile
# Created by: 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|