mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
PR: 221995 Submitted by: seschwar@gmail.com Approved by: Christian Geier <geier@lostpackets.de> (maintainer)
25 lines
519 B
Makefile
25 lines
519 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= notmuch
|
|
PORTVERSION= 0.25
|
|
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+
|
|
LICENSE_FILE= ${WRKSRC}/../../COPYING-GPL-3
|
|
|
|
LIB_DEPENDS= libnotmuch.so:mail/notmuch
|
|
|
|
WRKSRC_SUBDIR= bindings/python
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
MAKE_ENV+= PYTHONCMD=${PYTHON_CMD}
|
|
|
|
.include <bsd.port.mk>
|