opnsense-ports/converters/py-rencode/Makefile
Franco Fichtner 05670ca275 */*: sync with upstream
Taken from: FreeBSD
2015-06-11 09:04:49 +02:00

19 lines
388 B
Makefile

# $FreeBSD$
PORTNAME= rencode
PORTVERSION= 1.0.3
CATEGORIES= converters devel python
MASTER_SITES= https://www.xpra.org/src/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= R-encoding and r-decoding implementation
LICENSE= GPLv3
BUILD_DEPENDS= cython:${PORTSDIR}/lang/cython
USE_PYTHON= autoplist distutils
USES= python tar:xz
.include <bsd.port.mk>