diff options
author | stephen <stephen@FreeBSD.org> | 2014-01-13 03:52:20 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2014-01-13 03:52:20 +0800 |
commit | 6b05a8d8b5ab1499bafd63c9e930cb9e5dc8a100 (patch) | |
tree | de9c14a09f6c5b5858f42341837b59b1b23f322c /math/octave-forge-octproj | |
parent | 19dee513793915f7b2f31e1767ecc803b85430f6 (diff) | |
download | freebsd-ports-gnome-6b05a8d8b5ab1499bafd63c9e930cb9e5dc8a100.tar.gz freebsd-ports-gnome-6b05a8d8b5ab1499bafd63c9e930cb9e5dc8a100.tar.zst freebsd-ports-gnome-6b05a8d8b5ab1499bafd63c9e930cb9e5dc8a100.zip |
- Add license=GPLv3.
Diffstat (limited to 'math/octave-forge-octproj')
-rw-r--r-- | math/octave-forge-octproj/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/octave-forge-octproj/Makefile b/math/octave-forge-octproj/Makefile index 849e6d7f14d4..c3c48552490d 100644 --- a/math/octave-forge-octproj/Makefile +++ b/math/octave-forge-octproj/Makefile @@ -9,6 +9,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv3 + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} |