aboutsummaryrefslogtreecommitdiff
path: root/astro/pyephem/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'astro/pyephem/Makefile')
-rw-r--r--astro/pyephem/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/astro/pyephem/Makefile b/astro/pyephem/Makefile
index a8597dac0d9b..9ce70f1ce819 100644
--- a/astro/pyephem/Makefile
+++ b/astro/pyephem/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pyephem
-PORTVERSION= 3.7.5.3
+PORTVERSION= 3.7.6.0
PORTEPOCH= 1
CATEGORIES= astro math hamradio
MASTER_SITES= CHEESESHOP
@@ -10,7 +10,9 @@ MASTER_SITES= CHEESESHOP
MAINTAINER= wen@FreeBSD.org
COMMENT= Scientific-grade astronomical computations for Python
+LICENSE= LGPL3
+
USES= python
-USE_PYTHON= distutils autoplist
+USE_PYTHON= autoplist distutils
.include <bsd.port.mk>