freebsd-ports/converters/py-rencode/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00: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>