diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-08-13 14:25:27 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-08-13 14:25:27 +0000 |
commit | 1f793c32c5b8cbf64fbbdce17237ed57fa0172bb (patch) | |
tree | fa91285bb8fb2e768074d92dad746bdc901e31e5 /math/ceres-solver | |
parent | 66a6a8db0ebb25c074b01086ed4d316e25ff6d48 (diff) |
Notes
Diffstat (limited to 'math/ceres-solver')
-rw-r--r-- | math/ceres-solver/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/ceres-solver/Makefile b/math/ceres-solver/Makefile index 0c3086c311ea..c02fe49aa0a1 100644 --- a/math/ceres-solver/Makefile +++ b/math/ceres-solver/Makefile @@ -4,12 +4,12 @@ PORTNAME= ceres-solver DISTVERSION= 1.13.0 CATEGORIES= math -MAINTAINER= jbeich@FreeBSD.org -COMMENT= Nonlinear least squares minimizer - PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES= f58eacf082dd.patch:-p1 +MAINTAINER= jbeich@FreeBSD.org +COMMENT= Nonlinear least squares minimizer + LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE |