diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-04-02 06:05:21 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-04-02 06:05:21 +0000 |
commit | 16ddfbd24df6af1c3676da58e0c5e664b4a47b49 (patch) | |
tree | 741cbd89ccaf17e85fa00f68bb12084debad9d99 | |
parent | - Update to 5.35 (diff) |
Add LICENSE
Approved by: portmgr (blanket)
Notes
Notes:
svn path=/head/; revision=466200
-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 |