mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
42e744109f
Only $Id$ tags change and Changelog was added diff to distfiles can been seen http://people.freebsd.org/~ahze/patches/py-fpconst.diff Submitted by: maintainer via irc.freenode.org/#FreeBSD-GNOME
20 lines
456 B
Makefile
20 lines
456 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
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|