diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-10-10 11:20:58 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-10-10 11:20:58 +0000 |
commit | c26bf0bc013814752b64f2535c492bfa2b1eccf8 (patch) | |
tree | dd54e2829bdd15d29fadbf9d1ab2887dd1db2053 | |
parent | Add LICENSE (diff) |
Add LICENSE
- Add NO_ARCH
Notes
Notes:
svn path=/head/; revision=451691
-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 |