Makefile 520 B

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