mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 10:59:14 -04:00
https://git.notmuchmail.org/git?p=notmuch;a=blob_plain;f=NEWS;hb=748154646eb44c8db3a7887e0ae8e4701e552bc9 Sponsored by: The FreeBSD Foundation
27 lines
718 B
Makefile
27 lines
718 B
Makefile
CATEGORIES= mail python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
PKGNAMESUFFIX= 0
|
|
|
|
COMMENT= Pythonic bindings for the notmuch mail database using CFFI
|
|
|
|
LICENSE= GPLv3
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR}
|
|
LIB_DEPENDS= libnotmuch.so:mail/notmuch
|
|
|
|
USES= python:3.5+ pkgconfig uniquefiles:dirs
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
|
|
MASTERDIR= ${.CURDIR}/../notmuch
|
|
WRKSRC_SUBDIR= bindings/python-cffi
|
|
|
|
PORTSCOUT= limit:^[0-9\.]*$$
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/notmuch2/_capi.abi3*.so
|
|
|
|
.include "${MASTERDIR}/Makefile"
|