1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

- Add NO_ARCH

- Use do-test
This commit is contained in:
Martin Wilke 2016-01-07 11:16:14 +00:00
parent 55eca74816
commit 64d4814f6e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405425

View File

@ -13,8 +13,9 @@ COMMENT= Python module for handling IPv4 and IPv6 Addresses and Networks
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
test: install
do-test:
${PYTHON_CMD} ${WRKSRC}/test/test_IPy.py
.include <bsd.port.mk>