freebsd-ports/mail/py-email2/Makefile

26 lines
587 B
Makefile
Raw Normal View History

# 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
2006-03-16 04:25:44 +01:00
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
NO_LATEST_LINK= yes
CONFLICTS= py*-mimelib-3.* py*-email-3.*
DIST_SUBDIR= python
2006-03-16 04:25:44 +01:00
USE_PYTHON= -2.2
USE_PYDISTUTILS= yes
2006-03-16 04:25:44 +01:00
.include <bsd.port.mk>