diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-10-10 11:20:53 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-10-10 11:20:53 +0000 |
commit | 1d6c34e037ded3b774365044170d082de320ae37 (patch) | |
tree | f9fb02355b4cf957405d781c5de6f8bb68c6a4f1 /astro | |
parent | 04ca26a8d45b11171a1f143c9f2a8679d2c32edf (diff) |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/p5-Astro-Sunrise/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/astro/p5-Astro-Sunrise/Makefile b/astro/p5-Astro-Sunrise/Makefile index e20b5f51ca3a..c772464635d0 100644 --- a/astro/p5-Astro-Sunrise/Makefile +++ b/astro/p5-Astro-Sunrise/Makefile @@ -10,8 +10,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Perl extension for computing the sunrise/sunset on a given day +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-DateTime>=0:devel/p5-DateTime +NO_ARCH= yes USES= perl5 USE_PERL5= configure patch |