pkgsrc/graphics/py-gnuplot/Makefile
2014-05-09 07:36:53 +00:00

22 lines
622 B
Makefile

# $NetBSD: Makefile,v 1.17 2014/05/09 07:37:07 wiz Exp $
DISTNAME= gnuplot-py-1.8
PKGNAME= ${PYPKGPREFIX}-gnuplot-1.8
PKGREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot-py/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gnuplot-py.sourceforge.net/
COMMENT= Python package that interfaces to gnuplot
LICENSE= gnu-lgpl-v2.1
DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
USE_LANGUAGES= # empty
EGG_NAME= ${DISTNAME:S/-/_/}
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.8
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"