[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / math / py-numarray

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/math/py-numarray/Attic/Makefile between version 1.1 and 1.2

version 1.1, 2004/04/21 20:46:54 version 1.2, 2004/07/09 15:50:25
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  #
   
 DISTNAME=               numarray-0.9  DISTNAME=       numarray-1.0
 PKGNAME=                ${PYPKGPREFIX}-numarray-0.9  PKGNAME=        ${PYPKGPREFIX}-numarray-1.0
 CATEGORIES=             math  CATEGORIES=     math python
 MASTER_SITES=           ${MASTER_SITE_SOURCEFORGE:=numpy/}  MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=numpy/}
   
 MAINTAINER=             tech-pkg@NetBSD.org  MAINTAINER=     tech-pkg@NetBSD.org
 HOMEPAGE=       http://www.stsci.edu/resources/software_hardware/numarray  HOMEPAGE=       http://www.stsci.edu/resources/software_hardware/numarray
 COMMENT=                Array manipulation  COMMENT=        Array manipulation
   
 USE_BUILDLINK3=         yes  USE_BUILDLINK3=         yes
 PYDISTUTILSPKG=         yes  PYDISTUTILSPKG=         yes
 PYTHON_VERSIONS_ACCEPTED= 22pth 23pth  PYTHON_VERSIONS_ACCEPTED= 23pth 22pth
   
 .include "../../lang/python/extension.mk"  .include "../../lang/python/extension.mk"
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb <webmaster@jp.NetBSD.org>