summaryrefslogtreecommitdiff
path: root/mail/py-email2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/py-email2/Makefile')
-rw-r--r--mail/py-email2/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/mail/py-email2/Makefile b/mail/py-email2/Makefile
new file mode 100644
index 000000000000..a97a79d291d8
--- /dev/null
+++ b/mail/py-email2/Makefile
@@ -0,0 +1,23 @@
+# 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>