Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Oct 2017 11:21:02 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451692 - head/astro/p5-GPS-Babel
Message-ID:  <201710101121.v9ABL2YY041895@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Oct 10 11:21:02 2017
New Revision: 451692
URL: https://svnweb.freebsd.org/changeset/ports/451692

Log:
  Add LICENSE
  
  - Sort *_DEPENDS

Modified:
  head/astro/p5-GPS-Babel/Makefile

Modified: head/astro/p5-GPS-Babel/Makefile
==============================================================================
--- head/astro/p5-GPS-Babel/Makefile	Tue Oct 10 11:20:58 2017	(r451691)
+++ head/astro/p5-GPS-Babel/Makefile	Tue Oct 10 11:21:02 2017	(r451692)
@@ -11,10 +11,12 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl interface to gpsbabel
 
-BUILD_DEPENDS=	p5-Geo-Gpx>=0.25:graphics/p5-Geo-Gpx \
-		p5-File-Which>=0.05:sysutils/p5-File-Which
-RUN_DEPENDS=	p5-Geo-Gpx>=0.25:graphics/p5-Geo-Gpx \
-		p5-File-Which>=0.05:sysutils/p5-File-Which
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-File-Which>=0.05:sysutils/p5-File-Which \
+		p5-Geo-Gpx>=0.25:graphics/p5-Geo-Gpx
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710101121.v9ABL2YY041895>