diff options
-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 |