diff options
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 |