diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-08-13 22:25:27 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:21:23 +0800 |
commit | 002636867e6cb40efe7164f9a25b377d2a2e58f9 (patch) | |
tree | 4f3584013b8649fe00ae0fa0b5c68e0fd583b7d8 /math | |
parent | d85d5985c011790f47308b107882a2641581c301 (diff) | |
download | freebsd-ports-gnome-002636867e6cb40efe7164f9a25b377d2a2e58f9.tar.gz freebsd-ports-gnome-002636867e6cb40efe7164f9a25b377d2a2e58f9.tar.zst freebsd-ports-gnome-002636867e6cb40efe7164f9a25b377d2a2e58f9.zip |
math/ceres-solver: pacify portlint after r447891
Diffstat (limited to 'math')
-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 |