diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-06-14 16:37:44 +0800 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-06-14 16:37:44 +0800 |
commit | c0b8b9ab8e35de7160c8b121a63ff2c9845b2994 (patch) | |
tree | 7ef1f04a1146408f1c48577daf31f2062687ff37 /math/py-graphillion | |
parent | 9097ea3cc4df89c1705a148a7a8a02ade29d9a0b (diff) | |
download | freebsd-ports-gnome-c0b8b9ab8e35de7160c8b121a63ff2c9845b2994.tar.gz freebsd-ports-gnome-c0b8b9ab8e35de7160c8b121a63ff2c9845b2994.tar.zst freebsd-ports-gnome-c0b8b9ab8e35de7160c8b121a63ff2c9845b2994.zip |
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
Diffstat (limited to 'math/py-graphillion')
-rw-r--r-- | math/py-graphillion/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/math/py-graphillion/Makefile b/math/py-graphillion/Makefile index 252b8b248cca..bd0a2fee1055 100644 --- a/math/py-graphillion/Makefile +++ b/math/py-graphillion/Makefile @@ -3,6 +3,7 @@ PORTNAME= graphillion PORTVERSION= 0.94 +PORTREVISION= 1 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,16 +14,13 @@ LICENSE= MIT USE_GITHUB= yes USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes GH_ACCOUNT= takemaru GH_TAGNAME= v${PORTVERSION} GH_COMMIT= 2c77c8d -PYDISTUTILS_AUTOPLIST= yes -PYDISTUTILS_PKGNAME= Graphillion -PYEASYINSTALL_ARCHDEP= yes - regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test |