1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/devel/p5-AnyMQ/Makefile
2021-06-10 22:45:59 +08:00

32 lines
782 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= AnyMQ
PORTVERSION= 0.35
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:CLKAO
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Non-blocking message queue system based on AnyEvent
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Any-Moose>=0:devel/p5-Any-Moose \
p5-AnyEvent>=0:devel/p5-AnyEvent \
p5-Try-Tiny>=0:lang/p5-Try-Tiny \
p5-MouseX-NativeTraits>=0:devel/p5-MouseX-NativeTraits \
p5-MouseX-Traits>=0:devel/p5-MouseX-Traits
TEST_DEPENDS= p5-Test-Memory-Cycle>=0:devel/p5-Test-Memory-Cycle \
p5-Test-Requires>=0:devel/p5-Test-Requires
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>