summaryrefslogtreecommitdiff
path: root/net/py-mimelib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-mimelib/Makefile')
-rw-r--r--net/py-mimelib/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/py-mimelib/Makefile b/net/py-mimelib/Makefile
new file mode 100644
index 00000000000..1d938a25112
--- /dev/null
+++ b/net/py-mimelib/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/08/11 14:56:54 drochner Exp $
+#
+
+DISTNAME= email-2.5
+PKGNAME= ${PYPKGPREFIX}-mimelib-2.5
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=/mimelib/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://mimelib.sourceforge.net/
+COMMENT= Email package for Python
+
+USE_BUILDLINK2= YES
+PYDISTUTILSPKG= yes
+# This pkg (or an older version of it) comes with 2.2 and later;
+# 2.1 is the primary target (particulary for Zope).
+PYTHON_VERSIONS_ACCEPTED= 21pth 21 22 22pth 23 23pth
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"