24 lines
694 B
Makefile
24 lines
694 B
Makefile
# $NetBSD: Makefile,v 1.9 2017/02/12 06:25:10 ryoon Exp $
|
|
|
|
DISTNAME= python-rrdtool-1.4.7
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 3
|
|
CATEGORIES= databases
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=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= 34 35 36 # 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"
|