diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-25 20:37:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-25 20:37:16 +0800 |
commit | 6801cfbde78c21a3a83888219e0db6b8088321ac (patch) | |
tree | bcff1c712b690eea98f5473082283190cea2f62b /devel | |
parent | 6c3330d40165ce758a4e5481520f900a0228ea1b (diff) | |
download | freebsd-ports-graphics-6801cfbde78c21a3a83888219e0db6b8088321ac.tar.gz freebsd-ports-graphics-6801cfbde78c21a3a83888219e0db6b8088321ac.tar.zst freebsd-ports-graphics-6801cfbde78c21a3a83888219e0db6b8088321ac.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189516
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Thread-Queue-Duplex/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/p5-Thread-Queue-Duplex/Makefile b/devel/p5-Thread-Queue-Duplex/Makefile index 055a033ad61..b63da3fcfc1 100644 --- a/devel/p5-Thread-Queue-Duplex/Makefile +++ b/devel/p5-Thread-Queue-Duplex/Makefile @@ -7,9 +7,14 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Thread-safe request/response queue with identifiable elements +LICENSE= AFL21 +LICENSE_NAME= Academic Free License version 2.1 +LICENSE_FILE= ${WRKSRC}/License.txt +LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell + USES= perl5 USE_PERL5= configure |