diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-08-13 22:25:27 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-08-13 22:25:27 +0800 |
commit | 7f137a4db458a43930f369d86554acf4ccebe004 (patch) | |
tree | fa91285bb8fb2e768074d92dad746bdc901e31e5 /math/ceres-solver | |
parent | 631d86c0efbe7c880b78246cd58a7b7beda33a79 (diff) | |
download | freebsd-ports-gnome-7f137a4db458a43930f369d86554acf4ccebe004.tar.gz freebsd-ports-gnome-7f137a4db458a43930f369d86554acf4ccebe004.tar.zst freebsd-ports-gnome-7f137a4db458a43930f369d86554acf4ccebe004.zip |
math/ceres-solver: pacify portlint after r447891
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 |