pkgsrc/devel/py-ipython_genutils/Makefile

18 lines
445 B
Makefile
Raw Normal View History

2017-10-16 14:16:34 +02:00
# $NetBSD: Makefile,v 1.4 2017/10/16 12:16:34 adam Exp $
DISTNAME= ipython_genutils-0.2.0
PKGREVISION= 1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
2017-10-16 14:16:34 +02:00
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/ipython_genutils/}
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://ipython.org/
COMMENT= Vestigial utilities from IPython
LICENSE= modified-bsd
USE_LANGUAGES= # none
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"