diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-10-10 19:20:58 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-10-10 19:20:58 +0800 |
commit | 1537f3f451795a803b3c4b048c960b6328227fb5 (patch) | |
tree | dd54e2829bdd15d29fadbf9d1ab2887dd1db2053 /astro | |
parent | 5c8f4100358ec24cfb0d45ab5b73e3511f703d2a (diff) | |
download | freebsd-ports-gnome-1537f3f451795a803b3c4b048c960b6328227fb5.tar.gz freebsd-ports-gnome-1537f3f451795a803b3c4b048c960b6328227fb5.tar.zst freebsd-ports-gnome-1537f3f451795a803b3c4b048c960b6328227fb5.zip |
Add LICENSE
- Add NO_ARCH
Diffstat (limited to 'astro')
-rw-r--r-- | astro/p5-Geo-METAR/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/astro/p5-Geo-METAR/Makefile b/astro/p5-Geo-METAR/Makefile index fc00b3479292..95ff1ea1e165 100644 --- a/astro/p5-Geo-METAR/Makefile +++ b/astro/p5-Geo-METAR/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module that processes METAR information from NOAA sources +LICENSE= GPLv2+ + +NO_ARCH= yes USES= perl5 USE_PERL5= configure |