mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
25 lines
689 B
Makefile
25 lines
689 B
Makefile
# $NetBSD: Makefile,v 1.6 2016/07/09 13:03:35 wiz Exp $
|
|
|
|
DISTNAME= python-rrdtool-1.4.7
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
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 # 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"
|