1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00

databases/py-kyotocabinet: Strip shared library

- Bump PORTREVISION for package change
This commit is contained in:
Po-Chuan Hsieh 2024-03-31 11:06:11 +08:00
parent 1739eee91b
commit 68f6f63bdd
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -1,7 +1,7 @@
PORTNAME= kyotocabinet
PORTVERSION= 1.23
DISTVERSIONPREFIX= python-
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases python
MASTER_SITES= https://dbmx.net/kyotocabinet/pythonpkg/ \
LOCAL/sunpoet
@ -21,4 +21,7 @@ LIB_DEPENDS= libkyotocabinet.so:databases/kyotocabinet
USES= python
USE_PYTHON= autoplist concurrent pep517
post-install:
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
.include <bsd.port.mk>