summaryrefslogtreecommitdiff
path: root/math/py-fpconst/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-fpconst/Makefile')
-rw-r--r--math/py-fpconst/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/math/py-fpconst/Makefile b/math/py-fpconst/Makefile
new file mode 100644
index 00000000000..1317e102597
--- /dev/null
+++ b/math/py-fpconst/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/24 10:56:27 recht Exp $
+#
+
+DISTNAME= fpconst-0.6.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= math python
+MASTER_SITES= http://www.analytics.washington.edu/Zope/projects/fpconst/
+
+MAINTAINER= recht@NetBSD.org
+HOMEPAGE= http://www.analytics.washington.edu/Zope/projects/fpconst/
+COMMENT= IEEE 754 floating point special handling for Python
+
+USE_BUILDLINK2= yes
+PYDISTUTILSPKG= yes
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"