svn commit: r451692 - head/astro/p5-GPS-Babel
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Oct 10 11:21:04 UTC 2017
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 at 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
More information about the svn-ports-head
mailing list