1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/net/flowgrep/Makefile
Antoine Brodin 30423fee23 - flowgrep doesn't work with python3
- clean up DEPENDS
2017-12-09 07:34:27 +00:00

31 lines
754 B
Makefile

# Created by: Corey Smith
# $FreeBSD$
PORTNAME= flowgrep
PORTVERSION= 0.9
PORTREVISION= 1
CATEGORIES= net security
MASTER_SITES= http://www.monkey.org/~jose/software/flowgrep/
DISTNAME= flowgrep-${PORTVERSION}
MAINTAINER= corsmith@gmail.com
COMMENT= TCP stream/UDP/IP payload 'grep' utility
LICENSE= BSD4CLAUSE # actually 3, but advertising clause is there
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pynids>=0:net/pynids@${PY_FLAVOR}
USES= python:2.7 shebangfix
SHEBANG_FILES= flowgrep.py
NO_BUILD= yes
NO_ARCH= yes
PLIST_FILES= sbin/flowgrep man/man8/flowgrep.8.gz
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/flowgrep.py \
${STAGEDIR}${PREFIX}/sbin/flowgrep
${INSTALL_MAN} ${WRKSRC}/flowgrep.8 ${STAGEDIR}${MANPREFIX}/man/man8
.include <bsd.port.mk>