mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
99beda8a53
PR: 225074 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
22 lines
453 B
Makefile
22 lines
453 B
Makefile
# Created by: Ralf van der Enden <tremere@cainites.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sabyenc
|
|
PORTVERSION= 3.3.2
|
|
CATEGORIES= news python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= tremere@cainites.net
|
|
COMMENT= Python yEnc package optimized for use within SABnzbd
|
|
|
|
LICENSE= LGPL3
|
|
|
|
USES= python:2.7
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/sabyenc.so
|
|
|
|
.include <bsd.port.mk>
|