aboutsummaryrefslogtreecommitdiff
path: root/mail/py-spambayes
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2004-07-18 17:55:20 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2004-07-18 17:55:20 +0000
commit7490259d0c3da385456169f53609ab5c2373e59c (patch)
treead4a8732f1725ae9cc66808ef75ebbf43c891e3f /mail/py-spambayes
parent86cbdd8dd3700506fa09d858b32a6b0dc25be898 (diff)
downloadports-7490259d0c3da385456169f53609ab5c2373e59c.tar.gz
ports-7490259d0c3da385456169f53609ab5c2373e59c.zip
Notes
Diffstat (limited to 'mail/py-spambayes')
-rw-r--r--mail/py-spambayes/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/py-spambayes/Makefile b/mail/py-spambayes/Makefile
index 9c9601f1cc83..da097eaf1bc7 100644
--- a/mail/py-spambayes/Makefile
+++ b/mail/py-spambayes/Makefile
@@ -7,6 +7,7 @@
PORTNAME= spambayes
PORTVERSION= 1.0.rc.1
+PORTREVISION= 1
CATEGORIES= mail python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,6 +17,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/(.)\.(..)\.(.)$/\1\2\3/}
MAINTAINER= lioux@FreeBSD.org
COMMENT= A Bayesian anti-spam filter written in Python
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb
+
USE_PYTHON= yes
USE_PYDISTUTILS= yes