opnsense-ports/devel/py-whistle/Makefile
Franco Fichtner 13859d89e1 */*: sync with upstream
Taken from: HardenedBSD
2018-03-26 04:48:47 +02:00

19 lines
357 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= whistle
PORTVERSION= 1.0.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Event dispatcher
LICENSE= APACHE20
NO_ARCH= yes
USE_PYTHON= autoplist distutils
USES= python:3.5+
.include <bsd.port.mk>