aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2015-12-11 14:29:41 +0000
committerMartin Wilke <miwi@FreeBSD.org>2015-12-11 14:29:41 +0000
commitafc52f8ce16f58495b4e5e4e24a494d4c1d45341 (patch)
tree7b7024dfcd45fcaad7e62782c1f16a77d3785f9e /mail
parent8d4883c9d016c6808a552b27b94c51f43d795ad0 (diff)
downloadports-afc52f8ce16f58495b4e5e4e24a494d4c1d45341.tar.gz
ports-afc52f8ce16f58495b4e5e4e24a494d4c1d45341.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/py-notmuch/Makefile25
-rw-r--r--mail/py-notmuch/distinfo2
-rw-r--r--mail/py-notmuch/pkg-descr3
4 files changed, 31 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 88dd0648f196..35f8fd9853d6 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -509,6 +509,7 @@
SUBDIR += py-dkimpy
SUBDIR += py-libgmail
SUBDIR += py-milter
+ SUBDIR += py-notmuch
SUBDIR += py-ppolicy
SUBDIR += py-spambayes
SUBDIR += py-spf
diff --git a/mail/py-notmuch/Makefile b/mail/py-notmuch/Makefile
new file mode 100644
index 000000000000..cea23de15ac7
--- /dev/null
+++ b/mail/py-notmuch/Makefile
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME= notmuch
+PORTVERSION= 0.20.2
+CATEGORIES= mail python
+MASTER_SITES= http://notmuchmail.org/releases/
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= geier@lostpackets.de
+COMMENT= Python binding of the notmuch mail search and indexing library
+
+LICENSE= GPLv3 # or later
+LICENSE_FILE= ${WRKSRC}/../../COPYING-GPL-3
+
+LIB_DEPENDS= libnotmuch.so:${PORTSDIR}/mail/notmuch
+
+WRKSRC_SUBDIR= bindings/python
+
+USES= python
+USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
+MAKE_ENV+= PYTHONCMD=${PYTHON_CMD}
+
+.include <bsd.port.mk>
diff --git a/mail/py-notmuch/distinfo b/mail/py-notmuch/distinfo
new file mode 100644
index 000000000000..09b5cd4f33ee
--- /dev/null
+++ b/mail/py-notmuch/distinfo
@@ -0,0 +1,2 @@
+SHA256 (notmuch-0.20.2.tar.gz) = f741a26345bff389fd8a4a119c4174c6585730f71844809583a54ef2a865adec
+SIZE (notmuch-0.20.2.tar.gz) = 652945
diff --git a/mail/py-notmuch/pkg-descr b/mail/py-notmuch/pkg-descr
new file mode 100644
index 000000000000..04d8ac3ef64b
--- /dev/null
+++ b/mail/py-notmuch/pkg-descr
@@ -0,0 +1,3 @@
+Python binding of the notmuch mail search and indexing library.
+
+WWW: http://notmuchmail.org