pkgsrc-wip/py-report/Makefile

21 lines
661 B
Makefile

# $NetBSD: Makefile,v 1.5 2014/05/09 07:38:49 thomasklausner Exp $
DISTNAME= pyreport-0.3.4c
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyreport/}
MAINTAINER= kamel.derouiche@gmail.com
HOMEPAGE= http://gael-varoquaux.info/computers/pyreport/
COMMENT= Pyreport makes notes out of a python script
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-docutils>=0.8.1:../../textproc/py-docutils
DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
USE_LANGUAGES= # none
PYTHON_VERSIONS_ACCEPTED= 27 # py-docutils
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"