diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2016-12-17 19:09:24 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2016-12-17 19:09:24 +0800 |
commit | c8042e22ca7489dc99cdd570a811233e5524024f (patch) | |
tree | bb45504167dbe882f15adeed7a7654177ff368f4 /astro | |
parent | a182ca16299e2a5810e667ca6c3d83a290367d07 (diff) | |
download | freebsd-ports-gnome-c8042e22ca7489dc99cdd570a811233e5524024f.tar.gz freebsd-ports-gnome-c8042e22ca7489dc99cdd570a811233e5524024f.tar.zst freebsd-ports-gnome-c8042e22ca7489dc99cdd570a811233e5524024f.zip |
Add licenses
Diffstat (limited to 'astro')
-rw-r--r-- | astro/p5-GPS/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/astro/p5-GPS/Makefile b/astro/p5-GPS/Makefile index fd231e84d8a7..765ee19d6f48 100644 --- a/astro/p5-GPS/Makefile +++ b/astro/p5-GPS/Makefile @@ -12,6 +12,9 @@ DISTNAME= perl-GPS-${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Perl interface to GPS receivers +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Device-SerialPort>=0.07:comms/p5-Device-SerialPort RUN_DEPENDS:= ${BUILD_DEPENDS} |