aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-prewikka/Makefile
blob: 726acf95a84ed093b84dbfc39a996c7aec27fd1b (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
# New ports collection makefile for:    prewikka
# Date created:             2006-03-13
# Whom:                 Robin Gruyters <r.gruyters@yirdis.nl>
#
# $FreeBSD$
#

PORTNAME=   prewikka
PORTVERSION=    0.9.7.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>