freebsd-ports/devel/py-rx/Makefile
2020-03-01 06:48:24 +00:00

21 lines
395 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= rx
PORTVERSION= 3.1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Rx-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Reactive Extensions (Rx) for Python
LICENSE= MIT
USES= python:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>