17 lines
441 B
Makefile
17 lines
441 B
Makefile
# $NetBSD: Makefile,v 1.3 2017/03/20 19:16:27 minskim Exp $
|
|
|
|
DISTNAME= ipython_genutils-0.2.0
|
|
PKGREVISION= 1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
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"
|