27 lines
620 B
Makefile
27 lines
620 B
Makefile
# Created by: Mark Linimon <linimon@lonesome.com>
|
|
|
|
PORTNAME= py3dns
|
|
PORTVERSION= 3.2.1
|
|
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:devel/py-pytest@${PY_FLAVOR}
|
|
|
|
USES= python:3.3+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
do-test:
|
|
cd ${WRKSRC}/ && ${PYTHON_CMD} -m pytest
|
|
|
|
.include <bsd.port.mk>
|