blob: afc3335c87deb167f0c2ec4981b76872f045976e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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
PORTREVISION= 1
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.4:${PORTSDIR}/security/libpreludedb
USE_PYTHON= 2.3+
USE_PYDISTUTILS= yes
.include <bsd.port.mk>
|