17 lines
485 B
Makefile
17 lines
485 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/06/24 17:59:19 khorben Exp $
|
|
|
|
DISTNAME= google-apputils-0.4.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://pypi.python.org/packages/source/g/google-apputils/
|
|
|
|
MAINTAINER= khorben@defora.org
|
|
HOMEPAGE= http://code.google.com/p/google-apputils-python/
|
|
COMMENT= Google Application Utilities for Python
|
|
LICENSE= apache-2.0
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 34
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|