diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-06-01 13:25:02 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-06-01 13:25:02 +0000 |
commit | 9780f4d72ef7b765b16b5e6b224f4a0f421a6ab1 (patch) | |
tree | 05524f255367413cf1c9b0b1eba31c979d22dbfc /math/py-igraph/Makefile | |
parent | 3cc0b3998253301f05815e946c53a2cd70773f95 (diff) |
- Update to 0.4.1
- Use CHEESESHOP in MASTER_SITES
- Depends on python 2.3+
Notes
Notes:
svn path=/head/; revision=192528
Diffstat (limited to 'math/py-igraph/Makefile')
-rw-r--r-- | math/py-igraph/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/py-igraph/Makefile b/math/py-igraph/Makefile index 539ac471bf16..4edb3fe7a585 100644 --- a/math/py-igraph/Makefile +++ b/math/py-igraph/Makefile @@ -6,9 +6,9 @@ # PORTNAME= igraph -PORTVERSION= 0.3.3 +PORTVERSION= 0.4.1 CATEGORIES= math python -MASTER_SITES= http://cheeseshop.python.org/packages/source/i/igraph/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org @@ -16,7 +16,7 @@ COMMENT= High performance graph data structures and algorithms LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 -USE_PYTHON= 2.4+ +USE_PYTHON= yes USE_PYDISTUTILS= yes .include <bsd.port.mk> |