pkgsrc-wip/py-cythongsl/Makefile
Aleksej Saushev 657af330cd Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-06 17:55:20 +00:00

23 lines
608 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/10/06 17:55:31 asau Exp $
#
DISTNAME= CythonGSL-0.1
PKGNAME= ${PYPKGPREFIX}-cythongsl-0.1
CATEGORIES= devel math python
MASTER_SITES= http://pypi.python.org/packages/source/C/CythonGSL/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://github.com/twiecki/CythonGSL
COMMENT= Cython declarations for the Gnu Scientific Library
LICENSE= gnu-gpl-v3
WRKSRC= ${WRKDIR}/CythonGSL-0.1
USE_LANGUAGES= # none
PYDISTUTILSPKG= yes
# work for cython>=1.51.x
.include "../../devel/py-cython/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"