29 lines
659 B
Makefile
29 lines
659 B
Makefile
# $OpenBSD: Makefile,v 1.5 2009/03/11 22:14:56 bernd Exp $
|
|
|
|
COMMENT= Python functions and constants for IEEE754 floating point
|
|
|
|
DISTNAME= fpconst-0.7.2
|
|
PKGNAME= ${DISTNAME:S/^/py-/}p2
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://research.warnes.net/projects/RStatServer/fpconst/
|
|
|
|
MAINTAINER= Damien Miller <djm@openbsd.org>
|
|
|
|
MODULES= lang/python
|
|
|
|
# Apache 2.0
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://research.warnes.net/~warnes/fpconst/
|
|
|
|
do-regress: fake
|
|
@cd ${WRKSRC} && ${MAKE_ENV} \
|
|
PYTHONPATH=${WRKINST}${MODPY_SITEPKG} ${MODPY_BIN} ./fpconst.py
|
|
|
|
.include <bsd.port.mk>
|
|
|