diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-08-31 14:41:39 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-08-31 14:41:39 +0000 |
commit | ab5986217d436b7a8d6b85118636f499bee63556 (patch) | |
tree | c5f8f6f5e3d46e124c1402e3022efb08c4b171ec /astro | |
parent | 8102d1c69b1c142f6a37d96be5021e36e80a1ab1 (diff) | |
download | ports-ab5986217d436b7a8d6b85118636f499bee63556.tar.gz ports-ab5986217d436b7a8d6b85118636f499bee63556.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/py-metar/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/astro/py-metar/Makefile b/astro/py-metar/Makefile index 0e8b7dc9913c..1649f721a59a 100644 --- a/astro/py-metar/Makefile +++ b/astro/py-metar/Makefile @@ -10,7 +10,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Parse METAR-coded weather reports -LICENSE= MIT +# It actually has the first clause only. +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils |