opnsense-ports/converters/py-rencode/Makefile
Franco Fichtner 0d9b23e597 */*: sync with upstream
Taken from: HardenedBSD
2017-11-30 18:31:08 +01:00

20 lines
407 B
Makefile

# $FreeBSD$
PORTNAME= rencode
PORTVERSION= 1.0.5
CATEGORIES= converters devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= R-encoding and r-decoding implementation
LICENSE= GPLv3
USE_PYTHON= autoplist distutils cython
USES= python
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/rencode/_rencode.so
.include <bsd.port.mk>