freebsd-ports/mail/py-email/Makefile
Martin Wilke 1b1b29c5e6 - Get rip python 2.3+
Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+

With hat:	portmgr
2009-12-13 17:00:14 +00:00

24 lines
565 B
Makefile

# New ports collection makefile for: py-mimelib
# Date created: 31 July 2003
# Whom: Gerhard Schmidt <estartu@augusta.de>
#
# $FreeBSD$
#
PORTNAME= email
PORTVERSION= 3.0.1
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.3 or upper
DIST_SUBDIR= python
USE_PYTHON= 2.4+
USE_PYDISTUTILS= yes
CONFLICTS= py*-mimelib-2.* py*-email-2.*
.include <bsd.port.mk>