64d7a96b26
Abseil Python Common Libraries are a collection of Python library code for building Python applications. The code is collected from Google's own Python code base, and has been extensively tested and used in production.
18 lines
477 B
Makefile
18 lines
477 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/04/08 01:34:16 minskim Exp $
|
|
|
|
DISTNAME= absl-py-0.1.13
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=a/absl-py/}
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/abseil/abseil-py
|
|
COMMENT= Abseil Python Common Libraries
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|