diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-05-07 19:48:10 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-05-07 19:48:10 +0000 |
commit | 19420a1e7cd158ab3aaa35bd20627f0ef0f49c5a (patch) | |
tree | c0e4977012791e4511a70b3e7b2264fddc8bfb3d | |
parent | 17ff1e60961dcd7e8882bd1fbb25e6adfd48dbc4 (diff) |
Notes
-rw-r--r-- | mail/mixminion/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/mixminion/Makefile b/mail/mixminion/Makefile index bbc4e47e1432..44525f979eaa 100644 --- a/mail/mixminion/Makefile +++ b/mail/mixminion/Makefile @@ -13,6 +13,10 @@ MASTER_SITES= http://www.mixminion.net/dist/${DISTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= A Type III Anonymous Remailer +BROKEN= Build is broken with supported python versions +DEPRECATED= This port requires python version, we haven't in the ports tree already +EXPIRATION_DATE=2013-06-07 + USE_OPENSSL= yes OPENSSL_LDFLAGS+=-lssl USE_PYTHON= 2.0-2.5 |