freebsd-ports/dns/py-py3dns/Makefile
Sunpoet Po-Chuan Hsieh 1dc8e20ba0 - Sort knobs
- Remove incorrect and outdated PYTHON_REL check
- Do not silence test message
2016-02-03 20:54:33 +00:00

27 lines
619 B
Makefile

# Created by: Mark Linimon <linimon@lonesome.com>
# $FreeBSD$
PORTNAME= py3dns
PORTVERSION= 3.1.0
CATEGORIES= dns python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python 3 DNS library
LICENSE= CNRI
LICENSE_NAME= CNRI LICENSE AGREEMENT
LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:${PORTSDIR}/devel/py-pytest
NO_ARCH= yes
USE_PYTHON= autoplist distutils
USES= python:3.3+
do-test:
cd ${WRKSRC}/ && ${PYTHON_CMD} -m pytest
.include <bsd.port.mk>