0624a9635d
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
21 lines
586 B
Makefile
21 lines
586 B
Makefile
# $NetBSD: Makefile,v 1.10 2019/11/03 10:18:27 rillig Exp $
|
|
|
|
DISTNAME= google-apputils-0.4.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-apputils/}
|
|
|
|
MAINTAINER= khorben@defora.org
|
|
HOMEPAGE= https://github.com/google/google-apputils
|
|
COMMENT= Google Application Utilities for Python
|
|
LICENSE= apache-2.0
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 27
|
|
|
|
# https://github.com/google/google-apputils/issues/4
|
|
post-extract:
|
|
${CHMOD} 644 ${WRKSRC}/google_apputils.egg-info/*
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|