mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Add LICENSE
- Allow concurrent installation (USE_PYTHON=concurrent) - Sort USE_PYTHON - Take maintainership
This commit is contained in:
parent
7abd142e39
commit
245472ef4f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449724
@ -8,12 +8,15 @@ MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= IPy-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Python module for handling IPv4 and IPv6 Addresses and Networks
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
USES= python
|
||||
|
||||
do-test:
|
||||
${PYTHON_CMD} ${WRKSRC}/test/test_IPy.py
|
||||
|
Loading…
Reference in New Issue
Block a user