2011-11-03 16:28:09 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.25 2011/11/03 20:28:09 jasper Exp $
|
2004-01-29 12:13:37 -05:00
|
|
|
|
2006-06-03 05:19:52 -04:00
|
|
|
SHARED_ONLY= Yes
|
2001-12-22 09:33:39 -05:00
|
|
|
|
2007-09-15 14:44:36 -04:00
|
|
|
COMMENT= fast array facility to the Python language
|
2001-12-22 09:33:39 -05:00
|
|
|
|
2003-10-21 15:51:50 -04:00
|
|
|
VERSION= 23.1
|
2001-12-22 09:33:39 -05:00
|
|
|
DISTNAME= Numeric-${VERSION}
|
2010-07-18 06:50:11 -04:00
|
|
|
PKGNAME= py-${DISTNAME}
|
2011-11-03 16:28:09 -04:00
|
|
|
REVISION = 8
|
2002-08-18 11:51:44 -04:00
|
|
|
CATEGORIES= math
|
2001-12-22 09:33:39 -05:00
|
|
|
|
2009-06-10 04:28:46 -04:00
|
|
|
HOMEPAGE= http://people.csail.mit.edu/jrennie/python/numeric/
|
|
|
|
|
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
|
2011-11-03 16:28:09 -04:00
|
|
|
WANTLIB= m ${MODPY_WANTLIB}
|
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
|
|
|
|
2004-08-04 15:46:14 -04:00
|
|
|
MODULES= lang/python
|
2003-07-31 15:11:59 -04:00
|
|
|
|
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>
|