diff options
author | stephen <stephen@FreeBSD.org> | 2016-10-02 19:59:01 +0000 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2016-10-02 19:59:01 +0000 |
commit | b6c6a983732334256f35c132ac6484bc437bbc11 (patch) | |
tree | dd2a20365105252e0fc14b2cadbb4363c67b0f3e | |
parent | 5e7f29fc188cc294b20fad69433a4feb56426c9f (diff) | |
download | FreeBSD-ports-b6c6a983732334256f35c132ac6484bc437bbc11.zip FreeBSD-ports-b6c6a983732334256f35c132ac6484bc437bbc11.tar.gz |
- Add LICENSE.
-rw-r--r-- | math/octave-forge-optim/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/math/octave-forge-optim/Makefile b/math/octave-forge-optim/Makefile index 571d607..4d8f765 100644 --- a/math/octave-forge-optim/Makefile +++ b/math/octave-forge-optim/Makefile @@ -8,6 +8,11 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= Parts +LICENSE_NAME= See individual files for licenses +LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} |