mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
54a4df0345
- Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2
22 lines
441 B
Makefile
22 lines
441 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pydicom
|
|
PORTVERSION= 0.9.8
|
|
PORTREVISION= 1
|
|
CATEGORIES= science python
|
|
MASTER_SITES= GOOGLE_CODE
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Read, modify, and write DICOM files with Python code
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python shebangfix
|
|
SHEBANG_FILES= dicom/test/shell_all
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|