30 lines
608 B
Makefile
30 lines
608 B
Makefile
# $OpenBSD: Makefile,v 1.13 2004/12/27 07:41:44 alek Exp $
|
|
|
|
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
|
|
|
COMMENT= "fast array facility to the Python language"
|
|
|
|
VERSION= 23.1
|
|
DISTNAME= Numeric-${VERSION}
|
|
PKGNAME= py-${DISTNAME}
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= Shell Hung <shell@openbsd.org>
|
|
|
|
# Python License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= m
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=numpy/}
|
|
HOMEPAGE= http://www.pfdubois.com/numpy/
|
|
|
|
MODULES= lang/python
|
|
|
|
do-regress:
|
|
cd ${WRKSRC}/Test && ${MODPY_BIN} -i test.py
|
|
|
|
.include <bsd.port.mk>
|