Edit

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

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2016-03-20 16:12:22
    Hash : deea7ed0
    Message : drop SHARED_ONLY from python and ruby ports

  • math/py-Numeric/Makefile
  • # $OpenBSD: Makefile,v 1.28 2016/03/20 16:12:25 naddy Exp $
    
    COMMENT=	fast array facility to the Python language
    
    VERSION=	23.1
    DISTNAME=	Numeric-${VERSION}
    PKGNAME=	py-${DISTNAME}
    REVISION =	9
    CATEGORIES=	math
    
    HOMEPAGE=	http://people.csail.mit.edu/jrennie/python/numeric/
    
    # Python License
    PERMIT_PACKAGE_CDROM=	Yes
    
    WANTLIB += ${MODPY_WANTLIB}
    WANTLIB += m pthread
    
    MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=numpy/}
    
    MODULES=	lang/python
    
    do-test:
    	cd ${WRKSRC}/Test && ${MODPY_BIN} -i test.py
    
    .include <bsd.port.mk>