mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 04:19:17 -04:00
26 lines
620 B
Makefile
26 lines
620 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= brotli
|
|
PORTVERSION= 1.0.9
|
|
CATEGORIES= archivers python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= Brotli-${PORTVERSION}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Generic-purpose lossless compression algorithm
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= compiler:c++0x cpe python:3.6+ shebangfix zip
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
CPE_VENDOR= google
|
|
|
|
SHEBANG_FILES= python/bro.py
|
|
|
|
post-install:
|
|
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
|
|
|
|
.include <bsd.port.mk>
|