mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Fixed py-zopeInterface path in RUN_DEPENDS
PR: ports/109022 Submitted by: nivit Approved by: alexbl (mentor, implicit), "Michael Josic" <systemoperator at gmail.com> (maintainer)
This commit is contained in:
parent
48585a89c3
commit
ba9aeed6da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184792
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= kojoney
|
||||
PORTVERSION= 0.0.4.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR=kojoney
|
||||
|
@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR=kojoney
|
|||
MAINTAINER= systemoperator@gmail.com
|
||||
COMMENT= A low level interaction honeypot that emulates an SSH server
|
||||
|
||||
RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/zope/interface/interface.py:${PORTSDIR}/devel/py-zopeInterface \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zopeInterface>=3.3.0_1:${PORTSDIR}/devel/py-zopeInterface \
|
||||
${PYTHONPREFIX_SITELIBDIR}/Crypto:${PORTSDIR}/security/py-pycrypto \
|
||||
${SITE_PERL}/IP/Country.pm:${PORTSDIR}/net/p5-IP-Country
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue