summaryrefslogtreecommitdiff
path: root/news/py-sabyenc3/Makefile
blob: 06ed48f3a283efe7a90cea4d96de45e166d2cacd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	sabyenc3
PORTVERSION=	5.4.3
CATEGORIES=	news python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Python yEnc package optimized for use within SABnzbd
WWW=		https://github.com/sabnzbd/sabyenc

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>