diff options
author | cpm <cpm@FreeBSD.org> | 2017-04-26 22:43:19 +0800 |
---|---|---|
committer | cpm <cpm@FreeBSD.org> | 2017-04-26 22:43:19 +0800 |
commit | 4519cc0dadbf00e6fb5bde1448865dbed669d301 (patch) | |
tree | 969757b8ae4897eab35055585c0194d8fdb776f1 /math | |
parent | a904b2e6b629a5d6266865d852f88d91cd064146 (diff) | |
download | freebsd-ports-gnome-4519cc0dadbf00e6fb5bde1448865dbed669d301.tar.gz freebsd-ports-gnome-4519cc0dadbf00e6fb5bde1448865dbed669d301.tar.zst freebsd-ports-gnome-4519cc0dadbf00e6fb5bde1448865dbed669d301.zip |
- Add LICENSE_FILE
Diffstat (limited to 'math')
-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 |