Return to Makefile CVS log | Up to [cvs.NetBSD.org] / pkgsrc / databases / py-cdb |
Omit mentions of python 34 and 35, after those were removed. - Includes some whitespace changes, to be handled in a separate commit.
# $NetBSD: Makefile,v 1.12 2019/04/26 13:13:46 maya Exp $ DISTNAME= python-cdb-0.35 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-cdb/} MAINTAINER= ryoon@NetBSD.org HOMEPAGE= http://pilcrow.madison.wi.us/ COMMENT= Python extension module for cdb LICENSE= gnu-gpl-v2 PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.35 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk"