freebsd-ports/science/py-pydicom/Makefile
2021-10-12 14:58:13 +08:00

19 lines
392 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
PORTNAME= pydicom
PORTVERSION= 2.2.2
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.6+ shebangfix
USE_GITHUB= yes
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>