freebsd-ports/devel/py-rx1/Makefile
Sunpoet Po-Chuan Hsieh 5ff3534370 Add py-rx1 1.6.1 (copied from py-rx)
- Add PORTSCOUT
2019-11-04 15:57:09 +00:00

24 lines
446 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= rx
PORTVERSION= 1.6.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= 1
DISTNAME= Rx-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Reactive Extensions (Rx) for Python
LICENSE= APACHE20
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
PORTSCOUT= limit:^1\.
.include <bsd.port.mk>