freebsd-ports/mail/py-email/Makefile
Pav Lucistnik 45bcf48fbf - Mark IGNORE on python 2.2 and newer - it's now part of base Python install
PR:		ports/75044
Submitted by:	Gerhard Schmidt <estartu@augsuta.de.augusta.de> (maintainer)
2004-12-14 22:35:01 +00:00

29 lines
656 B
Makefile

# New ports collection makefile for: py-mimelib
# Date created: 31 July 2003
# Whom: Gerhard Schmidt <estartu@augusta.de>
#
# $FreeBSD$
#
PORTNAME= mimelib
PORTVERSION= 2.5
CATEGORIES= mail python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mimelib
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= email-${PORTVERSION}
MAINTAINER= estartu@augusta.de
COMMENT= Email package for Python
DIST_SUBDIR= python
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} >= 220
IGNORE= is part of the Python base distribution since python 2.2
.endif
.include <bsd.port.post.mk>