Date: Sat, 4 Feb 2017 15:56:01 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433323 - head/devel/py-mygpoclient Message-ID: <201702041556.v14Fu1ZG053541@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Sat Feb 4 15:56:01 2017 New Revision: 433323 URL: https://svnweb.freebsd.org/changeset/ports/433323 Log: devel/py-mygpoclient: add NO_ARCH - add NO_ARCH - define LICENSE_FILE - correct required python version Modified: head/devel/py-mygpoclient/Makefile Modified: head/devel/py-mygpoclient/Makefile ============================================================================== --- head/devel/py-mygpoclient/Makefile Sat Feb 4 15:49:32 2017 (r433322) +++ head/devel/py-mygpoclient/Makefile Sat Feb 4 15:56:01 2017 (r433323) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702041556.v14Fu1ZG053541>