blob: 41be1916e035c2814aa0dd78ff710f418d3fcd30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Ralf van der Enden <tremere@cainites.net>
PORTNAME= sabyenc3
PORTVERSION= 5.4.2
CATEGORIES= news python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python yEnc package optimized for use within SABnzbd
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils
post-install:
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
.include <bsd.port.mk>
|