diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 03:19:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 03:19:29 +0000 |
commit | 729d9d232f2d99318b1c393e60fa5acadf5587b3 (patch) | |
tree | 587d15de621adfc5fa93e4c481b8470e04053dc3 /mail/tmda | |
parent | 42b70968f967f81a86153683471600406da01615 (diff) | |
download | ports-729d9d232f2d99318b1c393e60fa5acadf5587b3.tar.gz ports-729d9d232f2d99318b1c393e60fa5acadf5587b3.zip |
Notes
Diffstat (limited to 'mail/tmda')
-rw-r--r-- | mail/tmda/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/tmda/Makefile b/mail/tmda/Makefile index 3b8ac090f09d..0d4e609aedfe 100644 --- a/mail/tmda/Makefile +++ b/mail/tmda/Makefile @@ -7,6 +7,7 @@ PORTNAME= tmda PORTVERSION= 1.1.12 +PORTREVISION= 1 CATEGORIES= mail python MASTER_SITES= ftp://tmda.net/pub/tmda/releases/ \ ${MASTER_SITE_LOCAL} @@ -20,7 +21,7 @@ COMMENT= Python-based SPAM reduction system RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cdbmodule.so:${PORTSDIR}/databases/py-cdb .endif -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ SUB_FILES= pkg-message |