freebsd-ports/converters/py-rencode/Makefile
Jung-uk Kim 959d1cf9a6 Assign maintainership to python@.
Requested by:	koobs
2015-06-11 04:40:14 +00: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>