summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2006-11-13 22:49:51 +0000
committergdt <gdt@pkgsrc.org>2006-11-13 22:49:51 +0000
commitdfb40ffb37ba11885456f7557f386edcba723c13 (patch)
treeb69181aa93279a2312b0dea48bdff0c78141245d /math
parenta2b5230b9a8dd537db11e217febda1e55b0e511a (diff)
downloadpkgsrc-dfb40ffb37ba11885456f7557f386edcba723c13.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.
Diffstat (limited to 'math')
-rw-r--r--math/py-ephem/Makefile8
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