diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2019-02-04 12:00:26 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2019-02-04 12:00:26 +0000 |
commit | 1e9755658e83c1f1c95e2f6775d83081cc2822d6 (patch) | |
tree | de1823054f98ff084629668bd57455b97e1badc1 /math/libtommath | |
parent | Add USES=compiler:c11 to fix build on GCC-based architectures. (diff) |
math/libtommath: update license, pet portlint
Reported by: https://github.com/libtom/libtommath/issues/122#issuecomment-460083058
Notes
Notes:
svn path=/head/; revision=492121
Diffstat (limited to 'math/libtommath')
-rw-r--r-- | math/libtommath/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/math/libtommath/Makefile b/math/libtommath/Makefile index c08f0c95619a..a90eb76d0d3d 100644 --- a/math/libtommath/Makefile +++ b/math/libtommath/Makefile @@ -2,7 +2,7 @@ PORTNAME= libtommath DISTVERSION= 1.1.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= https://github.com/libtom/libtommath/releases/download/v${DISTVERSION}/ DISTNAME= ltm-${DISTVERSION} @@ -10,11 +10,12 @@ DISTNAME= ltm-${DISTVERSION} MAINTAINER= gahr@FreeBSD.org COMMENT= Comprehensive, modular, and portable mathematical routines -LICENSE= PD WTFPL -LICENSE_COMB= dual +LICENSE= UNLICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE -WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} USES= gmake tar:xz + +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} ALL_TARGET= default CFLAGS+= -fPIC PORTDOCS= * |