diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2011-09-29 21:18:00 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2011-09-29 21:18:00 +0000 |
commit | 649ed43937390c7ca22015fe6dfb51a256c5f57f (patch) | |
tree | d0a5da69e2b4562f768227df698624b3172b5215 /net/kojoney | |
parent | afc584a5b09d7a683c8978d0b23390a3100a3fa4 (diff) | |
download | ports-649ed43937390c7ca22015fe6dfb51a256c5f57f.tar.gz ports-649ed43937390c7ca22015fe6dfb51a256c5f57f.zip |
Notes
Diffstat (limited to 'net/kojoney')
-rw-r--r-- | net/kojoney/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/kojoney/Makefile b/net/kojoney/Makefile index ea34e8f4767f..6ece3e2d59bb 100644 --- a/net/kojoney/Makefile +++ b/net/kojoney/Makefile @@ -7,14 +7,14 @@ PORTNAME= kojoney PORTVERSION= 0.0.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/Kojoney%20New%20Way/Kojoney%20${PORTVERSION} MAINTAINER= systemoperator@gmail.com COMMENT= A low level interaction honeypot that emulates an SSH server -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zopeInterface>=3.3.0_1:${PORTSDIR}/devel/py-zopeInterface \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.3.0_1:${PORTSDIR}/devel/py-zope.interface \ ${PYTHONPREFIX_SITELIBDIR}/Crypto:${PORTSDIR}/security/py-pycrypto \ ${SITE_PERL}/IP/Country.pm:${PORTSDIR}/net/p5-IP-Country |