diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-10-10 19:20:43 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-10-10 19:20:43 +0800 |
commit | 7660be68515992125335680b5bc9541d0fce09cd (patch) | |
tree | 86dc3e894d701af0790b559a5ac8731cb6042eb2 /astro | |
parent | 6ce66fcd5e085615f07af7b1a4c33d4d5460c035 (diff) | |
download | freebsd-ports-gnome-7660be68515992125335680b5bc9541d0fce09cd.tar.gz freebsd-ports-gnome-7660be68515992125335680b5bc9541d0fce09cd.tar.zst freebsd-ports-gnome-7660be68515992125335680b5bc9541d0fce09cd.zip |
Add LICENSE
- Add NO_ARCH
Diffstat (limited to 'astro')
-rw-r--r-- | astro/p5-Astro-MoonPhase/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/astro/p5-Astro-MoonPhase/Makefile b/astro/p5-Astro-MoonPhase/Makefile index 66b18c9ed306..11a60da22f1b 100644 --- a/astro/p5-Astro-MoonPhase/Makefile +++ b/astro/p5-Astro-MoonPhase/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to calculate information about the phase of the moon +LICENSE= CC0-1.0 + +NO_ARCH= yes USES= perl5 USE_PERL5= configure |