mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
21 lines
474 B
Makefile
21 lines
474 B
Makefile
# Created by: Ralf van der Enden <tremere@cainites.net>
|
|
|
|
PORTNAME= sabyenc3
|
|
PORTVERSION= 4.0.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
|
|
|
|
USES= python:3.5+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
post-install:
|
|
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
|
|
|
|
.include <bsd.port.mk>
|