- Convert to autoplist

- Stage support
- Bump PORTREVISIO
This commit is contained in:
Martin Wilke 2014-03-09 14:24:31 +00:00
parent b132688cd5
commit 3a05b016e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347587

View file

@ -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>