diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-09-17 17:10:21 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-09-17 17:10:21 +0000 |
commit | 16825ef9234a452272e25aab55030f871b7b6442 (patch) | |
tree | 04abc0960887617f79da8e8ee2bcd08a1d58e99b | |
parent | 311866836533971995c79d19a25f4b2b2afb8ab9 (diff) | |
download | ports-16825ef9234a452272e25aab55030f871b7b6442.tar.gz ports-16825ef9234a452272e25aab55030f871b7b6442.zip |
- Add LICENSE
- Add NO_ARCH
Notes
Notes:
svn path=/head/; revision=397145
-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 ec2a2bda68dc..1c2859827057 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 |