2003-10-21 15:51:50 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2003/10/21 19:51:50 sturm Exp $
|
2001-12-22 09:33:39 -05:00
|
|
|
|
|
|
|
COMMENT= "fast array facility to the Python language"
|
|
|
|
|
2003-10-21 15:51:50 -04:00
|
|
|
VERSION= 23.1
|
2001-12-22 09:33:39 -05:00
|
|
|
DISTNAME= Numeric-${VERSION}
|
|
|
|
PKGNAME= py-${DISTNAME}
|
2002-08-18 11:51:44 -04:00
|
|
|
CATEGORIES= math
|
2001-12-22 09:33:39 -05:00
|
|
|
|
|
|
|
MAINTAINER= Shell Hung <shell@openbsd.org>
|
|
|
|
|
2002-03-30 14:16:08 -05:00
|
|
|
# Python License
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2001-12-22 09:33:39 -05:00
|
|
|
|
2002-05-13 19:31:24 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=numpy/}
|
2001-12-22 09:33:39 -05:00
|
|
|
HOMEPAGE= http://www.pfdubois.com/numpy/
|
|
|
|
|
2003-07-31 15:11:59 -04:00
|
|
|
MODULES= python
|
|
|
|
|
2003-10-21 15:51:50 -04:00
|
|
|
do-regress:
|
|
|
|
cd ${WRKSRC}/Test && ${MODPY_BIN} -i test.py
|
2001-12-22 09:33:39 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|