diff options
Diffstat (limited to 'math/ised/Makefile')
-rw-r--r-- | math/ised/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/ised/Makefile b/math/ised/Makefile index 8a3dc6b35a60..dd71a7d64116 100644 --- a/math/ised/Makefile +++ b/math/ised/Makefile @@ -7,19 +7,19 @@ # PORTNAME= ised -PORTVERSION= 2.2.4 +PORTVERSION= 2.2.5 CATEGORIES= math MASTER_SITES= SF/${PORTNAME} MAINTAINER= ports@eitanadler.com COMMENT= A tool for generating number sequences and arithmetic evaluation +LICENSE= GPLv3 + USE_BZIP2= yes GNU_CONFIGURE= yes USE_GCC= 4.5+ -LICENSE= GPLv3 - .if !defined(NO_INSTALL_MANPAGES) MAN1= ${PORTNAME}.1 .endif |