diff options
Diffstat (limited to 'math/ceres-solver/Makefile')
-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 |