aboutsummaryrefslogtreecommitdiff
path: root/math/yacas/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-11-25 16:45:13 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-11-25 16:45:13 +0000
commitf8418cdd38c9ac047e47db8f8b557eb4a8681176 (patch)
tree39cd5466d05e5146973db1d4705ae3f2acb14951 /math/yacas/Makefile
parent88ff73a001ffa8fd752f57ef1bceed34734dc26d (diff)
downloadports-f8418cdd38c9ac047e47db8f8b557eb4a8681176.tar.gz
ports-f8418cdd38c9ac047e47db8f8b557eb4a8681176.zip
Notes
Diffstat (limited to 'math/yacas/Makefile')
-rw-r--r--math/yacas/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/math/yacas/Makefile b/math/yacas/Makefile
index 239912ee8aa6..991a1c3ec74e 100644
--- a/math/yacas/Makefile
+++ b/math/yacas/Makefile
@@ -7,18 +7,20 @@
#
PORTNAME= yacas
-PORTVERSION= 1.2.2
-PORTREVISION= 8
+PORTVERSION= 1.3.0
CATEGORIES= math
MASTER_SITES= http://yacas.sourceforge.net/backups/
MAINTAINER= ports@FreeBSD.org
COMMENT= Yet Another Computer Algebra System
-USE_AUTOTOOLS= libtool
-USE_PERL5_BUILD= yes
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USE_PERL5_BUILD=yes
USE_GMAKE= yes
-GNU_CONFIGURE= yes
+USE_AUTOTOOLS= libtool
+MAKE_JOBS_SAFE= yes
.include <bsd.port.pre.mk>