freebsd-ports/mail/py-email/Makefile
Edwin Groothuis 294750a9c4 [New Port] mail/py-mimelib
Email package for Python.

PR:		ports/55098
Submitted by:	Gerhard Schmidt <estartu@augusta.de>
2003-10-06 12:22:25 +00:00

24 lines
524 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.mk>