freebsd-ports/mail/py-email/Makefile

26 lines
581 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
2006-03-16 04:25:19 +01:00
PORTVERSION= 3.0.1
PORTREVISION= 1
CATEGORIES= mail python
2006-03-16 04:25:19 +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.3 or upper
DIST_SUBDIR= python
USE_PYTHON= 2.5+
2006-03-16 04:25:19 +01:00
USE_PYDISTUTILS= yes
CONFLICTS= py*-mimelib-2.* py*-email-2.*
2006-03-16 04:25:19 +01:00
.include <bsd.port.mk>