1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/mail/py-email/Makefile
Marcus Alves Grando d92bf0bf8f Fix MASTER_SITES
Add SHA256
Drop MAINTAINER

Approved by:	maintainer via email
2005-12-01 00:46:07 +00:00

35 lines
769 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
CATEGORIES= mail python
MASTER_SITES= http://www.python.org/ftp/python/contrib/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= email-${PORTVERSION}
MAINTAINER= mnag@FreeBSD.org
COMMENT= Email package for Python 2.3 or upper
DIST_SUBDIR= python
USE_PYTHON= yes
USE_PYDISTUTILS=yes
CONFLICTS= py*-mimelib-2.* py*-email-2.*
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} >= 240
IGNORE= Python 2.4 or upper don't need this port
.else
.if ${PYTHON_REL} < 230
IGNORE= For your Python version use ${PORTSDIR}/mail/${PORTNAME}2
.endif
.endif
.include <bsd.port.post.mk>