Add LICENSE
- Add NO_ARCH - Allow concurrent installation (USE_PYTHON=concurrent) - Take maintainership
This commit is contained in:
parent
0792cc100a
commit
8395f41cc8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=460267
1 changed files with 6 additions and 2 deletions
|
@ -8,10 +8,14 @@ CATEGORIES= devel python
|
|||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Setuptools plugin for hg
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue