diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-15 18:27:27 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-15 18:27:27 +0800 |
commit | d62cbc9cdbaaafa4a278ef7aa8ffa35aeeefd210 (patch) | |
tree | 0335a5c65fbe4037a93b388288b4b58a21f8ab35 /math | |
parent | 7c67635944c49d15c53f6489cd9cba00ef6d2a56 (diff) | |
download | freebsd-ports-gnome-d62cbc9cdbaaafa4a278ef7aa8ffa35aeeefd210.tar.gz freebsd-ports-gnome-d62cbc9cdbaaafa4a278ef7aa8ffa35aeeefd210.tar.zst freebsd-ports-gnome-d62cbc9cdbaaafa4a278ef7aa8ffa35aeeefd210.zip |
- Convert to autoplist
- Stage support
- Bump PORTREV
Diffstat (limited to 'math')
-rw-r--r-- | math/py-igraph/Makefile | 7 | ||||
-rw-r--r-- | math/py-igraph/pkg-plist | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/math/py-igraph/Makefile b/math/py-igraph/Makefile index 644334ede4e9..787071778bad 100644 --- a/math/py-igraph/Makefile +++ b/math/py-igraph/Makefile @@ -3,6 +3,7 @@ PORTNAME= igraph PORTVERSION= 0.5.4 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,9 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libigraph.so:${PORTSDIR}/math/igraph LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 USE_PYTHON= yes -USE_PYDISTUTILS= easy_install -PYEASYINSTALL_ARCHDEP= yes -PYDISTUTILS_PKGNAME= python_igraph +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/py-igraph/pkg-plist b/math/py-igraph/pkg-plist deleted file mode 100644 index eff8d91c1078..000000000000 --- a/math/py-igraph/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/igraph -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% |