aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2012-02-14 11:51:40 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2012-02-14 11:51:40 +0000
commit37e4e41a0bcddb417f7d725fd6d9efff9da16bd8 (patch)
treeccc6b4476d27373dadcf76ef8197e92db3b117f1
parent49734c797f7a4767f833a0c504252dda599b15ab (diff)
- Mark as deprecated. Set expiration date to 2012-03-14.
This particular version of email package is included into python distribution since 2.4.
Notes
Notes: svn path=/head/; revision=291334
-rw-r--r--mail/py-email/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/py-email/Makefile b/mail/py-email/Makefile
index d5035dd7782f..491b4fda0928 100644
--- a/mail/py-email/Makefile
+++ b/mail/py-email/Makefile
@@ -16,6 +16,9 @@ DISTNAME= email-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Email package for Python 2.3 or upper
+DEPRECATED= Included into all supported python versions
+EXPIRATION_DATE= 2012-03-14
+
DIST_SUBDIR= python
USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes