devel/py-mygpoclient: add NO_ARCH
- add NO_ARCH - define LICENSE_FILE - correct required python version
This commit is contained in:
parent
e6a757188d
commit
957d183742
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433323
1 changed files with 4 additions and 2 deletions
|
@ -11,8 +11,10 @@ MAINTAINER= rm@FreeBSD.org
|
|||
COMMENT= gpodder.net API client library for Python
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= python:2
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH= yes
|
||||
USES= python:2.7
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue