diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-01-31 19:17:09 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-01-31 19:17:09 +0000 |
commit | 519ea061f36f08a7b213cfb1056fbc374bacf4ea (patch) | |
tree | 73908b292e25df70c29451042b81da44c14a6b11 /math/gh-bc/Makefile | |
parent | c852ba24a7ec275916709b9b5faa0d4d72d6ed73 (diff) | |
download | freebsd-ports-519ea061f36f08a7b213cfb1056fbc374bacf4ea.zip |
Update to version 3.2.6
Diffstat (limited to 'math/gh-bc/Makefile')
-rw-r--r-- | math/gh-bc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/gh-bc/Makefile b/math/gh-bc/Makefile index 85d7d2746afe..9d200559814a 100644 --- a/math/gh-bc/Makefile +++ b/math/gh-bc/Makefile @@ -1,14 +1,15 @@ # $FreeBSD$ PORTNAME= bc -PORTVERSION= 3.2.4 +PORTVERSION= 3.2.6 CATEGORIES= math lang PKGNAMEPREFIX= gh- MAINTAINER= se@FreeBSD.org COMMENT= GNU compatible bc/dc calculator -LICENSE= BSD2CLAUSE +LICENSE= BSD2CLAUSE MIT +LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= compiler |