# $NetBSD: Makefile,v 1.4 2015/12/05 21:25:33 adam Exp $ DISTNAME= python-rrdtool-1.4.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 1 CATEGORIES= databases MASTER_SITES= https://pypi.python.org/packages/source/p/python-rrdtool/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/pbanaszkiewicz/python-rrdtool COMMENT= Python bindings for RRDTool, the graphing and logging utility LICENSE= gnu-gpl-v2 PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.4.7 USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE+= rrdtool-1.4.7/src/librrd.pc.in PYDISTUTILSPKG= yes .include "../../databases/rrdtool/buildlink3.mk" .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk"