ports/dns/py-py3dns/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

27 lines
607 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: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>