1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/net/kojoney/Makefile
Jimmy Olgeni 7dc406a7a1 Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.

CR:		D307
Approved by:	portmgr (bapt)
2014-07-10 12:13:11 +00:00

25 lines
608 B
Makefile

# Created by: mj <systemoperator@gmail.com>
# $FreeBSD$
PORTNAME= kojoney
PORTVERSION= 0.0.4.2
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}
MAINTAINER= systemoperator@gmail.com
COMMENT= Low level interaction honeypot that emulates an SSH server
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.3.0_1:${PORTSDIR}/devel/py-zope.interface \
${PYTHONPREFIX_SITELIBDIR}/Crypto:${PORTSDIR}/security/py-pycrypto \
p5-IP-Country>=0:${PORTSDIR}/net/p5-IP-Country
WRKSRC= ${WRKDIR}/kojoney
USE_PYTHON= yes
USE_OPENSSL= yes
USES= perl5 twisted:conch
USE_PERL5= run
NO_STAGE= yes
.include <bsd.port.mk>