- Update to 0.12 - Fix portlint warnings in pkg-descr while here PR: 236531 Submitted by: Michael Muenz <m.muenz@gmail.com> (maintainer)
27 lines
526 B
Makefile
27 lines
526 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= maltrail
|
|
PORTVERSION= 0.12
|
|
CATEGORIES= security python
|
|
|
|
MAINTAINER= m.muenz@gmail.com
|
|
COMMENT= Malicious traffic detection system, utilizing public (black)lists
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pcapy>=0:net/py-pcapy@${PY_FLAVOR}
|
|
|
|
USES= python:run
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= stamparm
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${DATADIR} && \
|
|
(cd ${WRKSRC} && ${COPYTREE_SHARE} "*" ${STAGEDIR}${DATADIR})
|
|
|
|
.include <bsd.port.mk>
|