5abc0bbe7b
- 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)
25 lines
672 B
Makefile
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>
|