diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-10-10 19:21:02 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-10-10 19:21:02 +0800 |
commit | 567e8afe7156da649f648f136e27d0ba214f969a (patch) | |
tree | 15f3d7d865f6937bcc8688c5f0a61e8b9037bc11 /astro | |
parent | 1537f3f451795a803b3c4b048c960b6328227fb5 (diff) | |
download | freebsd-ports-gnome-567e8afe7156da649f648f136e27d0ba214f969a.tar.gz freebsd-ports-gnome-567e8afe7156da649f648f136e27d0ba214f969a.tar.zst freebsd-ports-gnome-567e8afe7156da649f648f136e27d0ba214f969a.zip |
Add LICENSE
- Sort *_DEPENDS
Diffstat (limited to 'astro')
-rw-r--r-- | astro/p5-GPS-Babel/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/astro/p5-GPS-Babel/Makefile b/astro/p5-GPS-Babel/Makefile index bc11d8862c28..7760839e2d22 100644 --- a/astro/p5-GPS-Babel/Makefile +++ b/astro/p5-GPS-Babel/Makefile @@ -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 |