diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-01-28 17:31:06 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-01-28 18:43:36 +0000 |
commit | 5c47c70e0faafa92e19b8fa35eef02e87e6e0523 (patch) | |
tree | a7b77096c241bc1c54cd0bc5fd08e388c7ec363d | |
parent | b1a70cc86d219d0616639ebcea3692fd05f27ee1 (diff) |
science/pnetcdf: Add LICENSE
-rw-r--r-- | science/pnetcdf/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/science/pnetcdf/Makefile b/science/pnetcdf/Makefile index 780e228a9b43..05829ebeef97 100644 --- a/science/pnetcdf/Makefile +++ b/science/pnetcdf/Makefile @@ -9,6 +9,11 @@ COMMENT= Library providing high-performance I/O WWW= https://parallel-netcdf.github.io/ \ https://github.com/Parallel-NetCDF/PnetCDF +LICENSE= NetCDF +LICENSE_NAME= NetCDF License +LICENSE_FILE= ${WRKSRC}/COPYRIGHT +LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell + USES= fortran gmake libtool mpi:${FLAVOR} pathfix perl5 USE_PERL5= build |