diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-10-10 06:43:35 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-10-10 06:43:35 +0000 |
commit | 6c74afdba2b469cbf9cc1f15e385621c86469b7b (patch) | |
tree | e4229fbee543c07f6c060dba91247300daa9e8f1 /math | |
parent | 4fe9c939e612965ab2e7f8066db450c65ec0123b (diff) | |
download | ports-6c74afdba2b469cbf9cc1f15e385621c86469b7b.tar.gz ports-6c74afdba2b469cbf9cc1f15e385621c86469b7b.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-GIS-Distance-Fast/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/p5-GIS-Distance-Fast/Makefile b/math/p5-GIS-Distance-Fast/Makefile index 5bdc6cfbe40b..9604e404f6be 100644 --- a/math/p5-GIS-Distance-Fast/Makefile +++ b/math/p5-GIS-Distance-Fast/Makefile @@ -11,6 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= C implementation of GIS::Distance formulas +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-GIS-Distance>=0.09:math/p5-GIS-Distance \ p5-Moo>=1.0:devel/p5-Moo |