19 lines
376 B
Makefile
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>
|