- Add LICENSE_FILE - Add NO_ARCH - Relax USES=python - Allow concurrent installation (USE_PYTHON=concurrent) - Remove PROJECTHOST - Update WWW Changes: https://github.com/google/python-gflags/releases PR: 215614 Differential Revision: https://reviews.FreeBSD.org/D8926 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days)
22 lines
462 B
Makefile
22 lines
462 B
Makefile
# Created by: Julien Laffaye <kimelto@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= python-gflags
|
|
PORTVERSION= 3.1.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jlaffaye@FreeBSD.org
|
|
COMMENT= Commandline flags module for Python
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
NO_ARCH= yes
|
|
USES= python shebangfix
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
SHEBANG_FILES= gflags2man.py
|
|
|
|
.include <bsd.port.mk>
|