freebsd-ports/net/p5-AnyMQ-AMQP/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

31 lines
632 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= AnyMQ-AMQP
PORTVERSION= 0.30
PORTREVISION= 1
CATEGORIES= net devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:CLKAO
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= AMQP binding for AnyMQ
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= p5-AnyMQ>=0:devel/p5-AnyMQ \
p5-JSON>=0:converters/p5-JSON \
p5-AnyEvent-RabbitMQ>=0:net/p5-AnyEvent-RabbitMQ \
p5-Try-Tiny>=0:lang/p5-Try-Tiny
USES= perl5
USE_PERL5= configure
.if defined(MAINTAINER_MODE)
regression-test: build
cd ${WRKSRC} && ${MAKE} test
.endif
.include <bsd.port.mk>