diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-04-02 14:05:21 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-04-02 14:05:21 +0800 |
commit | 16ddfbd24df6af1c3676da58e0c5e664b4a47b49 (patch) | |
tree | 741cbd89ccaf17e85fa00f68bb12084debad9d99 /math | |
parent | 7790ed6ccf06847c81d8c1631c5b6d39c57a34d1 (diff) | |
download | freebsd-ports-gnome-16ddfbd24df6af1c3676da58e0c5e664b4a47b49.tar.gz freebsd-ports-gnome-16ddfbd24df6af1c3676da58e0c5e664b4a47b49.tar.zst freebsd-ports-gnome-16ddfbd24df6af1c3676da58e0c5e664b4a47b49.zip |
Add LICENSE
Approved by: portmgr (blanket)
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Geo-Distance-XS/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/p5-Geo-Distance-XS/Makefile b/math/p5-Geo-Distance-XS/Makefile index dd8b696ba97b..a78e1a80bfc9 100644 --- a/math/p5-Geo-Distance-XS/Makefile +++ b/math/p5-Geo-Distance-XS/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Calculate Distances and Closest Locations faster +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Geo-Distance>=0.16:math/p5-Geo-Distance RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Simple>=0.94:devel/p5-Test-Simple |