summaryrefslogtreecommitdiff
path: root/security/py-prewikka/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-11 23:44:23 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-11 23:44:23 +0000
commit066004d5765eae0156442c44a0af66c4e205541a (patch)
treece8a89476d5c26a614fb91ab44ce6984d7e55e21 /security/py-prewikka/Makefile
parent1fd717523749aae8d45e10b40830c5698eec09ff (diff)
downloadpkgsrc-066004d5765eae0156442c44a0af66c4e205541a.tar.gz
Rename to match Python naming convention. Depend on py-cheetah.
Fix PLIST. Conflict on old name.
Diffstat (limited to 'security/py-prewikka/Makefile')
-rw-r--r--security/py-prewikka/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/security/py-prewikka/Makefile b/security/py-prewikka/Makefile
index e798a6e63e2..915c67dddbf 100644
--- a/security/py-prewikka/Makefile
+++ b/security/py-prewikka/Makefile
@@ -1,15 +1,18 @@
-# $NetBSD: Makefile,v 1.7 2006/05/18 20:30:00 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2006/06/11 23:44:23 joerg Exp $
#
DISTNAME= prewikka-0.9.5
+PKGNAME= ${PYPKGPREFIX}-prewikka-0.9.5
CATEGORIES= security
MASTER_SITES= http://prelude-ids.org/download/releases/
+CONFLICTS= prewikka-[0-9]*
+
MAINTAINER= shannonjr@NetBSD.org
HOMEPAGE= http://prelude-ids.org/download/releases/
COMMENT= Prelude-IDS console
-BROKEN_IN= pkgsrc-2006Q1
+DEPENDS+= ${PYPKGPREFIX}-cheetah-[0-9]*:../../devel/py-cheetah
.include "../../mk/bsd.prefs.mk"