diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-03 16:47:18 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-03 16:47:18 +0800 |
commit | 26ae0d221b8d22db32c50208ed6ad19dab043d03 (patch) | |
tree | 1149deadc5425fcba70de950b4208f778034fcbe /net | |
parent | c183cebb9e06843d7ad09c4d28d1c9c5625b7d53 (diff) | |
download | freebsd-ports-gnome-26ae0d221b8d22db32c50208ed6ad19dab043d03.tar.gz freebsd-ports-gnome-26ae0d221b8d22db32c50208ed6ad19dab043d03.tar.zst freebsd-ports-gnome-26ae0d221b8d22db32c50208ed6ad19dab043d03.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189226
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-URI-OpenURL/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/p5-URI-OpenURL/Makefile b/net/p5-URI-OpenURL/Makefile index 5af42f8a18f1..06e5f1e29da8 100644 --- a/net/p5-URI-OpenURL/Makefile +++ b/net/p5-URI-OpenURL/Makefile @@ -7,9 +7,12 @@ CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Parse and construct OpenURL's (NISO Z39.88-2004) +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} |