diff options
Diffstat (limited to 'mail/py-email2/Makefile')
-rw-r--r-- | mail/py-email2/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/mail/py-email2/Makefile b/mail/py-email2/Makefile deleted file mode 100644 index 085970b0a027..000000000000 --- a/mail/py-email2/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: py-mimelib -# Date created: 31 July 2003 -# Whom: Gerhard Schmidt <estartu@augusta.de> -# -# $FreeBSD$ -# - -PORTNAME= email -PORTVERSION= 2.5.8 -CATEGORIES= mail python -MASTER_SITES= http://cheeseshop.python.org/packages/source/e/email/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= email-${PORTVERSION} - -MAINTAINER= mnag@FreeBSD.org -COMMENT= Email package for Python 2.1.3 or upper - -DEPRECATED= Only usable python versions schedualed to expire -EXPIRATION_DATE=2007-01-07 - -NO_LATEST_LINK= yes -CONFLICTS= py*-mimelib-3.* py*-email-3.* - -DIST_SUBDIR= python -USE_PYTHON= -2.2 -USE_PYDISTUTILS= yes - -.include <bsd.port.mk> |