diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 15:55:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 15:55:44 +0000 |
commit | 7055ff02f189a21dc14fc0489900f315a6e9192f (patch) | |
tree | 8297dcd0b71086ee72b8499934378d51ab6f897f /biology/python-nexus/Makefile | |
parent | 0f0eb50c1e9988923b5a502ecdeb918467b60cac (diff) |
Notes
Diffstat (limited to 'biology/python-nexus/Makefile')
-rw-r--r-- | biology/python-nexus/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/biology/python-nexus/Makefile b/biology/python-nexus/Makefile index 02c43c487e57..b2e2a9213dd1 100644 --- a/biology/python-nexus/Makefile +++ b/biology/python-nexus/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: python-nexus -# Date created: 29 Dec, 2009 -# Whom: Wen Heping <wen@FreeBSD.org> -# +# Created by: Wen Heping <wen@FreeBSD.org> # $FreeBSD$ -# PORTNAME= python-nexus PORTVERSION= 0.87 @@ -16,4 +12,5 @@ COMMENT= A generic nexus file format reader for python USE_PYTHON= yes USE_PYDISTUTILS= easy_install +NO_STAGE= yes .include <bsd.port.mk> |