mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
2c26133747
- portlint(1)
25 lines
565 B
Makefile
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>
|