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