mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
fcbf194302
- Added LICENSE - Fixed WWW - Update to 0.9.8 PR: 190317 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
20 lines
398 B
Makefile
20 lines
398 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pydicom
|
|
PORTVERSION= 0.9.8
|
|
CATEGORIES= science python
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Read, modify, and write DICOM files with Python code
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|