freebsd-ports/math/py-fpconst/Makefile
Pav Lucistnik fa80e6a647 - Website is gone, switch to cheeseshop
Reported by:	-fetch-original pointyhat run
2009-01-30 22:36:43 +00:00

20 lines
483 B
Makefile

# New ports collection makefile for: py-fpconst
# Date created: 7 Oct 2003
# Whom: Rui Lopes <rui@ruilopes.com>
#
# $FreeBSD$
PORTNAME= fpconst
PORTVERSION= 0.7.2
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_CHEESESHOP}
MASTER_SITE_SUBDIR= source/f/fpconst
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Utilities for handling IEEE 754 floating point special values
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>