blob: ccaa0441023788d81b956b601784ea41aa4f29c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= pydicom
PORTVERSION= 2.3.0
DISTVERSIONPREFIX=v
CATEGORIES= science python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Read, modify, and write DICOM files with Python code
LICENSE= MIT
USES= python:3.7+ shebangfix
USE_GITHUB= yes
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>
|