eeba40ae35
Feature safe: yes
19 lines
384 B
Makefile
19 lines
384 B
Makefile
# Ports collection makefile for: python-nexus
|
|
# Date created: 29 Dec, 2009
|
|
# Whom: Wen Heping <wen@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= python-nexus
|
|
PORTVERSION= 0.7
|
|
CATEGORIES= biology python
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= A generic nexus file format reader for python
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|