diff options
author | gdt <gdt@pkgsrc.org> | 2006-11-13 22:49:51 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2006-11-13 22:49:51 +0000 |
commit | 036877de3b8687cee9055ab120e104cf7d76fe6e (patch) | |
tree | b69181aa93279a2312b0dea48bdff0c78141245d | |
parent | 44a507056d52761b2254305150cc31f7ba44efcf (diff) | |
download | pkgsrc-036877de3b8687cee9055ab120e104cf7d76fe6e.tar.gz |
Add LICENSE=.
Add restricted and NO_BIN_ON_* because this builds a package which is
a mix of GPL and xephem-license, and they are incompatible.
-rw-r--r-- | math/py-ephem/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/math/py-ephem/Makefile b/math/py-ephem/Makefile index abb2d464302..0d1bfda5225 100644 --- a/math/py-ephem/Makefile +++ b/math/py-ephem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/11/13 15:55:55 wulf Exp $ +# $NetBSD: Makefile,v 1.2 2006/11/13 22:49:51 gdt Exp $ # DISTNAME= pyephem-3.7b @@ -10,6 +10,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.rhodesmill.org/brandon/projects/pyephem.html COMMENT= Scientific-grade astronomical computations for Python +# See ../../x11/xephem/Makefile. +LICENSE= xephem-license +RESTRICTED= Combined work is both GPL and non-Free +NO_BIN_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} + PYDISTUTILSPKG= true PYTHON_VERSIONS_ACCEPTED= 23 24 |