diff options
Diffstat (limited to 'devel/py-ipython/Makefile')
-rw-r--r-- | devel/py-ipython/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/devel/py-ipython/Makefile b/devel/py-ipython/Makefile new file mode 100644 index 00000000000..9df9f96cea1 --- /dev/null +++ b/devel/py-ipython/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/01/29 13:22:51 obache Exp $ +# + +DISTNAME= ipython-0.10.2 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= devel lang +MASTER_SITES= http://archive.ipython.org/release/0.10.2/ + +MAINTAINER= obache@NetBSD.org +HOMEPAGE= http://ipython.org/ +COMMENT= Interactive computing environment for Python +LICENSE= modified-bsd + +DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline +DEPENDS+= ${PYPKGPREFIX}-pexpect-[0-9]*:../../devel/py-pexpect + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # none +USE_TOOLS+= gunzip + +# let not to install compressed man pages. +pre-configure: + ${RUN}cd ${WRKSRC}/docs/man; gunzip *.1.gz + +.include "../../lang/python/distutils.mk" +.include "../../mk/bsd.pkg.mk" |