forked from Lainports/freebsd-ports
the file from FreeBSD.org. PR: 103713 Submitted by: Eric Mesa <ericsbinaryworld_@_gmail.com> (maintainer approved) Approved by: tmclaugh (mentor)
20 lines
481 B
Makefile
20 lines
481 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= http://mac.warnes.net/~warnes/files/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= rui@ruilopes.com
|
|
COMMENT= Utilities for handling IEEE 754 floating point special values
|
|
|
|
MASTER_SITE_FREEBSD= yes
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|