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 2c26133747 - Update to 3.0.1
- portlint(1)
2006-03-16 03:25:19 +00:00

25 lines
565 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
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.3+
USE_PYDISTUTILS= yes
CONFLICTS= py*-mimelib-2.* py*-email-2.*
.include <bsd.port.mk>