pkgsrc/math/py-fpconst/Makefile
obache 9139957969 MASTER_SITES is not available now.
Noticed by Zafer Aydogan via private mail.
Also update HOMPEGE, and add commented out SourceForge as MASTER_SITES,
it only have newer version.
2008-09-02 02:59:35 +00:00

19 lines
500 B
Makefile

# $NetBSD: Makefile,v 1.7 2008/09/02 02:59:35 obache Exp $
#
DISTNAME= fpconst-0.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= math python
MASTER_SITES= # ${MASTER_SITE_SOURCEFORGE:=rsoap/}
MAINTAINER= recht@NetBSD.org
HOMEPAGE= http://research.warnes.net/projects/RStatServer/fpconst/
COMMENT= IEEE 754 floating point special handling for Python
PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"