opnsense-ports/converters/py-rencode/Makefile
Franco Fichtner d543c3ab93 */*: sync with upstream
Taken from: FreeBSD
2016-04-02 16:03:17 +02:00

19 lines
376 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:lang/cython
USE_PYTHON= autoplist distutils
USES= python tar:xz
.include <bsd.port.mk>