diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-09-24 19:03:17 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-09-24 19:03:17 +0000 |
commit | a99416c9bc4a1f6d8b97870a65a33c09c4eaf4c6 (patch) | |
tree | 908ea07dcbbcc1a91eef342be5b4ce44a4f7deba | |
parent | 1d27397eeda242563ca5d95225dd901d00639333 (diff) | |
download | ports-a99416c9bc4a1f6d8b97870a65a33c09c4eaf4c6.tar.gz ports-a99416c9bc4a1f6d8b97870a65a33c09c4eaf4c6.zip |
Notes
-rw-r--r-- | devel/p5-AnyMQ/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/p5-AnyMQ/Makefile b/devel/p5-AnyMQ/Makefile index 220e49e7bc2a..478e3f97a0f4 100644 --- a/devel/p5-AnyMQ/Makefile +++ b/devel/p5-AnyMQ/Makefile @@ -12,6 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Non-blocking message queue system based on AnyEvent +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \ p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \ p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \ @@ -21,6 +24,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Memory-Cycle>=0:${PORTSDIR}/devel/p5-Test-Memory-Cycle \ p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires +NO_ARCH= yes USE_PERL5= configure USES= perl5 |