svn commit: r466200 - head/math/p5-Geo-Distance-XS

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Apr 2 06:05:22 UTC 2018


Author: sunpoet
Date: Mon Apr  2 06:05:21 2018
New Revision: 466200
URL: https://svnweb.freebsd.org/changeset/ports/466200

Log:
  Add LICENSE
  
  Approved by:	portmgr (blanket)

Modified:
  head/math/p5-Geo-Distance-XS/Makefile

Modified: head/math/p5-Geo-Distance-XS/Makefile
==============================================================================
--- head/math/p5-Geo-Distance-XS/Makefile	Mon Apr  2 05:58:05 2018	(r466199)
+++ head/math/p5-Geo-Distance-XS/Makefile	Mon Apr  2 06:05:21 2018	(r466200)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	tobez at 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


More information about the svn-ports-head mailing list