1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

devel/py-mygpoclient: add NO_ARCH

- add NO_ARCH
- define LICENSE_FILE
- correct required python version
This commit is contained in:
Ruslan Makhmatkhanov 2017-02-04 15:56:01 +00:00
parent e6a757188d
commit 957d183742
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433323

View File

@ -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>