1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/net/py-portend/Makefile
Yuri Victorovich 3006b62467 New port: net/py-portend: Monitors TCP ports for bound or unbound states
PR:		222191
Submitted by:	Keith Gaughan <k@stereochro.me>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13315
2017-12-03 17:38:09 +00:00

23 lines
533 B
Makefile

# $FreeBSD$
PORTNAME= portend
PORTVERSION= 2.2
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= k@stereochro.me
COMMENT= Monitors TCP ports for bound or unbound states
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py-setuptools_scm@${FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tempora>=1.8:devel/py-tempora@${FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>