1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/science/py-pydicom/Makefile
Wen Heping 8c12caebf5 - Update to 0.9.4.1
- Update my email to FreeBSD

Feature safe:	yes
2010-06-25 02:39:08 +00:00

24 lines
523 B
Makefile

# New ports collection makefile for: py-pydicom
# Date created: 2009-01-13
# Whom: 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
.include <bsd.port.mk>