diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-10-10 19:20:53 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-10-10 19:20:53 +0800 |
commit | 5c8f4100358ec24cfb0d45ab5b73e3511f703d2a (patch) | |
tree | f9fb02355b4cf957405d781c5de6f8bb68c6a4f1 /astro | |
parent | 6d44ec4fd2b58cd07a635793b075286e6f5e4bca (diff) | |
download | freebsd-ports-gnome-5c8f4100358ec24cfb0d45ab5b73e3511f703d2a.tar.gz freebsd-ports-gnome-5c8f4100358ec24cfb0d45ab5b73e3511f703d2a.tar.zst freebsd-ports-gnome-5c8f4100358ec24cfb0d45ab5b73e3511f703d2a.zip |
Add LICENSE
- Add NO_ARCH
Approved by: portmgr (blanket)
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 |