diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-10-10 19:20:20 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-10-10 19:20:20 +0800 |
commit | 7b884d36227b4a844aa6300dc19073c4e8a54816 (patch) | |
tree | c2922374f34d9822ce5b507b1c87d49aca66db01 /astro | |
parent | 7277e7ca6d3ae678138e7ad916c19aa2fa8368d0 (diff) | |
download | freebsd-ports-gnome-7b884d36227b4a844aa6300dc19073c4e8a54816.tar.gz freebsd-ports-gnome-7b884d36227b4a844aa6300dc19073c4e8a54816.tar.zst freebsd-ports-gnome-7b884d36227b4a844aa6300dc19073c4e8a54816.zip |
Add LICENSE
- Add NO_ARCH
Diffstat (limited to 'astro')
-rw-r--r-- | astro/p5-Astro/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/astro/p5-Astro/Makefile b/astro/p5-Astro/Makefile index 5e2c9fb4bcf4..638ea13f763c 100644 --- a/astro/p5-Astro/Makefile +++ b/astro/p5-Astro/Makefile @@ -9,6 +9,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Collection of useful astronomical routines in Perl +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +NO_ARCH= yes USES= perl5 USE_PERL5= configure |