diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-09 22:24:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-09 22:24:31 +0800 |
commit | 0ae1ee2a51a1e6d5f666de5b37cee882687cda84 (patch) | |
tree | 38babd6a27a586261e34ca071a56bba100ee65b1 /security | |
parent | 10dabf77d3b7ebfc5cb35502910cf846534707f2 (diff) | |
download | freebsd-ports-gnome-0ae1ee2a51a1e6d5f666de5b37cee882687cda84.tar.gz freebsd-ports-gnome-0ae1ee2a51a1e6d5f666de5b37cee882687cda84.tar.zst freebsd-ports-gnome-0ae1ee2a51a1e6d5f666de5b37cee882687cda84.zip |
- Convert to autoplist
- Stage support
- Bump PORTREVISIO
Diffstat (limited to 'security')
-rw-r--r-- | security/py-ssh/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/py-ssh/Makefile b/security/py-ssh/Makefile index 77d8867c1980..63500c418735 100644 --- a/security/py-ssh/Makefile +++ b/security/py-ssh/Makefile @@ -3,6 +3,7 @@ PORTNAME= ssh PORTVERSION= 1.8.0 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,9 +14,7 @@ COMMENT= Python SSH2 protocol library RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:${PORTSDIR}/security/py-pycrypto USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% - -NO_STAGE= yes .include <bsd.port.mk> |