diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-08-05 07:40:43 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-08-05 07:40:43 +0000 |
commit | a90d2080ae9e66a650ddc2b5ecf673ec95ae0c9f (patch) | |
tree | 14e79e756033e359e42b5505bab27e4d9b02f329 /math/mathomatic/Makefile | |
parent | 13d735490e1f09af790ccf539eb09739bb7e2a0b (diff) | |
download | ports-a90d2080ae9e66a650ddc2b5ecf673ec95ae0c9f.tar.gz ports-a90d2080ae9e66a650ddc2b5ecf673ec95ae0c9f.zip |
Notes
Diffstat (limited to 'math/mathomatic/Makefile')
-rw-r--r-- | math/mathomatic/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index b7359871da79..8c5f0562d213 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mathomatic -PORTVERSION= 15.6.2 +PORTVERSION= 15.6.3 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ \ CRITICAL @@ -14,6 +14,8 @@ MASTER_SITES= http://www.panix.com/~gesslein/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Highly portable, general purpose CAS (Computer Algebra System) +LICENSE= GPLv2 + USE_BZIP2= yes USE_GMAKE= yes @@ -21,7 +23,6 @@ MAKE_JOBS_SAFE= yes MAKEFILE= makefile -LICENSE= GPLv2 PORTDOCS= * MAN1= mathomatic.1 |