Edit

IABSD.fr/ports/math/py-Numeric/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2013-03-11 11:20:26
    Hash : 0662a4e9
    Message : PERMIT_* / REGRESS->TEST sweep

  • math/py-Numeric/Makefile
  • # $OpenBSD: Makefile,v 1.26 2013/03/11 11:23:56 espie Exp $
    
    SHARED_ONLY=	Yes
    
    COMMENT=	fast array facility to the Python language
    
    VERSION=	23.1
    DISTNAME=	Numeric-${VERSION}
    PKGNAME=	py-${DISTNAME}
    REVISION =	8
    CATEGORIES=	math
    
    HOMEPAGE=	http://people.csail.mit.edu/jrennie/python/numeric/
    
    # Python License
    PERMIT_PACKAGE_CDROM=	Yes
    WANTLIB=		m ${MODPY_WANTLIB}
    
    MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=numpy/}
    
    MODULES=	lang/python
    
    do-test:
    	cd ${WRKSRC}/Test && ${MODPY_BIN} -i test.py
    
    .include <bsd.port.mk>