diff --git a/math/py-Numeric/Makefile b/math/py-Numeric/Makefile index 81a8a4c87b7..485902cb581 100644 --- a/math/py-Numeric/Makefile +++ b/math/py-Numeric/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2002/03/28 11:45:51 espie Exp $ +# $OpenBSD: Makefile,v 1.4 2002/03/30 19:16:08 shell Exp $ COMMENT= "fast array facility to the Python language" COMMENT-module= "extra modules for py-Numeric" @@ -12,10 +12,11 @@ NEED_VERSION= 1.502 MAINTAINER= Shell Hung -PERMIT_PACKAGE_CDROM= "No licence" -PERMIT_PACKAGE_FTP= "No licence" -PERMIT_DISTFILES_CDROM= "No licence" -PERMIT_DISTFILES_FTP= "No licence" +# Python License +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= numpy diff --git a/math/py-Numeric/pkg/DESCR b/math/py-Numeric/pkg/DESCR index 4cdd6f28f60..2b42cbacfb3 100644 --- a/math/py-Numeric/pkg/DESCR +++ b/math/py-Numeric/pkg/DESCR @@ -1,5 +1,5 @@ Numarray is a reimplementation of Numeric which adds the ability to efficiently manipulate large numeric arrays in ways similar to -Matlab and IDL. +Matlab and IDL. This module is release under the Python License. WWW: ${HOMEPAGE}