diff options
author | rm <rm@FreeBSD.org> | 2012-02-17 21:52:04 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-02-17 21:52:04 +0800 |
commit | 3c3910187daa9df3434ba481511f638428f5da84 (patch) | |
tree | 8a89ea200f1aca43c138cceac62182cdfbea0926 | |
parent | a3de1b952a8b27003433c13cb1c91df889ae2f4b (diff) | |
download | freebsd-ports-gnome-3c3910187daa9df3434ba481511f638428f5da84.tar.gz freebsd-ports-gnome-3c3910187daa9df3434ba481511f638428f5da84.tar.zst freebsd-ports-gnome-3c3910187daa9df3434ba481511f638428f5da84.zip |
- Mark as deprecated. Set expiration date to 2012-03-17.
This was a hack for mail/py-spambayes to let it work with python25.
Now it's not needed because Python 2.5 is EOL anyway.
-rw-r--r-- | databases/py25-bsddb/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/py25-bsddb/Makefile b/databases/py25-bsddb/Makefile index 8d5fdcf90805..c3ab9ffb72f5 100644 --- a/databases/py25-bsddb/Makefile +++ b/databases/py25-bsddb/Makefile @@ -9,6 +9,9 @@ MASTERDIR= ${.CURDIR}/../py-bsddb MAINTAINER= python@FreeBSD.org +DEPRECATED= This was only needed for mail/py-spambayes. Now it's not +EXPIRATION_DATE= 2012-03-17 + USE_PYTHON= 2.5 .include "${MASTERDIR}/Makefile" |