freebsd-ports/www/py-prewikka/Makefile
Ion-Mihai Tetcu 5abc0bbe7b Update to 0.9.6:
- CGI authentication module, from Tilman Baumann
  <tilman.baumann@collax.com>.
- Correct libpreludedb runtime version check.
- Show multiple source/target in message listing/summary.
- Fix invalid use of socket.inet_ntoa() to read ICMP Gateway Address,
  which is stored as string (#156).
- Fix aggregation on IDMEF-Path that are not string.
- Fix setup.py --root option (#166).

PR:		ports/100961
Submitted by:	Robin Gruyters (maintainer)
2006-07-28 07:46:29 +00:00

25 lines
672 B
Makefile

# New ports collection makefile for: prewikka
# Date created: 2006-03-13
# Whom: Robin Gruyters <r.gruyters@yirdis.nl>
#
# $FreeBSD$
#
PORTNAME= prewikka
PORTVERSION= 0.9.6
CATEGORIES= www security python
MASTER_SITES= http://www.prelude-ids.org/download/releases/ \
http://www.prelude-ids.org/download/releases/old/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= r.gruyters@yirdis.nl
COMMENT= Frontend for the Prelude IDS
BUILD_DEPENDS= cheetah-compile:${PORTSDIR}/devel/py-cheetah
LIB_DEPENDS= prelude.[6-?]:${PORTSDIR}/security/libprelude \
preludedb.3:${PORTSDIR}/security/libpreludedb
USE_PYTHON= 2.3+
USE_PYDISTUTILS= yes
.include <bsd.port.mk>