diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2017-04-26 14:43:19 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2017-04-26 14:43:19 +0000 |
commit | db55aa4189b088af157d7b5cde199ee4778c4b3e (patch) | |
tree | 969757b8ae4897eab35055585c0194d8fdb776f1 /math/pspp | |
parent | 7f446fd4c148acd92b6a9da2584db0b87d31b219 (diff) | |
download | freebsd-ports-db55aa4189b088af157d7b5cde199ee4778c4b3e.zip |
- Add LICENSE_FILE
Diffstat (limited to 'math/pspp')
-rw-r--r-- | math/pspp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile index ca97104b8842..40483c011536 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -10,6 +10,7 @@ MAINTAINER= cpm@FreeBSD.org COMMENT= Program for statistical analysis of sampled data LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= texinfo>0:print/texinfo LIB_DEPENDS= libgslcblas.so:math/gsl |