diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-09-18 01:10:21 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-09-18 01:10:21 +0800 |
commit | 97b1bca8570f45cdc204c5e06d2b0871fcacbf9c (patch) | |
tree | 04abc0960887617f79da8e8ee2bcd08a1d58e99b /astro | |
parent | ab7aef73721a77848d1aa0c9bd6ff221d25af161 (diff) | |
download | freebsd-ports-graphics-97b1bca8570f45cdc204c5e06d2b0871fcacbf9c.tar.gz freebsd-ports-graphics-97b1bca8570f45cdc204c5e06d2b0871fcacbf9c.tar.zst freebsd-ports-graphics-97b1bca8570f45cdc204c5e06d2b0871fcacbf9c.zip |
- Add LICENSE
- Add NO_ARCH
Diffstat (limited to 'astro')
-rw-r--r-- | astro/p5-Astro-Flux/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/astro/p5-Astro-Flux/Makefile b/astro/p5-Astro-Flux/Makefile index ec2a2bda68d..1c285982705 100644 --- a/astro/p5-Astro-Flux/Makefile +++ b/astro/p5-Astro-Flux/Makefile @@ -11,12 +11,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Class for handling astronomical flux quantities +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Astro-WaveBand>=0:${PORTSDIR}/astro/p5-Astro-WaveBand \ p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-Misc-Quality>=0:${PORTSDIR}/astro/p5-Misc-Quality \ p5-Number-Uncertainty>=0:${PORTSDIR}/math/p5-Number-Uncertainty RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 |