729d9d232f
- While here get rid FreeBSD 6.X and md5 support
26 lines
581 B
Makefile
26 lines
581 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
|
|
PORTREVISION= 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.5+
|
|
USE_PYDISTUTILS= yes
|
|
|
|
CONFLICTS= py*-mimelib-2.* py*-email-2.*
|
|
|
|
.include <bsd.port.mk>
|