2017-07-19 19:23:09 +02:00
|
|
|
# $NetBSD: Makefile,v 1.3 2017/07/19 17:23:09 adam Exp $
|
2017-02-13 18:20:06 +01:00
|
|
|
|
2017-07-19 19:23:09 +02:00
|
|
|
DISTNAME= portend-2.1.2
|
2017-02-13 18:20:06 +01:00
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
|
|
CATEGORIES= net python
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/portend/}
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= https://github.com/jaraco/portend
|
|
|
|
COMMENT= TCP port monitoring utilities
|
|
|
|
LICENSE= mit
|
|
|
|
|
2017-07-19 19:23:09 +02:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-tempora>=1.8:../../time/py-tempora
|
|
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
|
|
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-test>=2.8:../../devel/py-test
|
|
|
|
|
2017-02-13 18:20:06 +01:00
|
|
|
USE_LANGUAGES= # none
|
|
|
|
|
2017-07-19 19:23:09 +02:00
|
|
|
do-test:
|
|
|
|
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} py.test-${PYVERSSUFFIX}
|
2017-02-13 18:20:06 +01:00
|
|
|
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|