Update www/firefox-esr to version 102.5.0,1
[dports.git] / www / py-biscuits / Makefile
1 PORTNAME=       biscuits
2 PORTVERSION=    0.3.0
3 CATEGORIES=     www python
4 MASTER_SITES=   CHEESESHOP
5 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
6
7 MAINTAINER=     sunpoet@FreeBSD.org
8 COMMENT=        Fast and tasty cookies handling
9 WWW=            https://github.com/pyrates/biscuits
10
11 LICENSE=        MIT
12
13 USES=           python:3.6+
14 USE_PYTHON=     autoplist concurrent distutils
15
16 post-install:
17         ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
18
19 .include <bsd.port.mk>