diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:40:50 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:40:50 +0800 |
commit | bae487dc14f33d73c9f75733b2e4c878a2886852 (patch) | |
tree | 35ee8b591ac98dbb350050f4af70cccba9138d59 | |
parent | 42246dbc9ae063d578c63075b24977f8bb4d14d7 (diff) | |
download | freebsd-ports-gnome-bae487dc14f33d73c9f75733b2e4c878a2886852.tar.gz freebsd-ports-gnome-bae487dc14f33d73c9f75733b2e4c878a2886852.tar.zst freebsd-ports-gnome-bae487dc14f33d73c9f75733b2e4c878a2886852.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189276
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
-rw-r--r-- | misc/p5-Geo-Cache/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/p5-Geo-Cache/Makefile b/misc/p5-Geo-Cache/Makefile index 58cc6f47bfb3..259e5c02c2f2 100644 --- a/misc/p5-Geo-Cache/Makefile +++ b/misc/p5-Geo-Cache/Makefile @@ -7,9 +7,12 @@ CATEGORIES= misc perl5 geography MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Object interface for GPS waypoints +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + RUN_DEPENDS= p5-Time-modules>=0:${PORTSDIR}/devel/p5-Time-modules \ p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple BUILD_DEPENDS:= ${RUN_DEPENDS} |