aboutsummaryrefslogtreecommitdiff
path: root/devel/py-whistle/Makefile
blob: f6926f891608a226093524b12751ddd4bdb436bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	whistle
PORTVERSION=	1.0.1
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Event dispatcher
WWW=		https://python-whistle.github.io/

LICENSE=	APACHE20

USES=		python:3.5+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>