27 lines
508 B
Makefile
27 lines
508 B
Makefile
# $OpenBSD: Makefile,v 1.18 2007/10/08 08:22:41 steven Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= fast array facility to the Python language
|
|
|
|
VERSION= 23.1
|
|
DISTNAME= Numeric-${VERSION}
|
|
PKGNAME= py-${DISTNAME}p2
|
|
CATEGORIES= math
|
|
|
|
# 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/}
|
|
|
|
MODULES= lang/python
|
|
|
|
do-regress:
|
|
cd ${WRKSRC}/Test && ${MODPY_BIN} -i test.py
|
|
|
|
.include <bsd.port.mk>
|