pkgsrc-wip/py-scikits_datasmooth/Makefile
Aleksej Saushev 110a050a9b 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-07 13:57:25 +00:00

19 lines
548 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/10/07 13:57:29 asau Exp $
#
DISTNAME= scikits.datasmooth-0.5
PKGNAME= ${PYPKGPREFIX}-scikits_datasmooth-0.5
CATEGORIES= science python
MASTER_SITES= http://pypi.python.org/packages/source/s/scikits.datasmooth/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://scikits.appspot.com/
COMMENT= Scikits data smoothing package
LICENSE= modified-bsd
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"