1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/net/p5-Net-STOMP-Client/Makefile
2017-09-15 08:58:46 +00:00

23 lines
442 B
Makefile

# $FreeBSD$
PORTNAME= Net-STOMP-Client
PORTVERSION= 2.3
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tj@FreeBSD.org
COMMENT= Streaming Text Orientated Messaging Protocol Client
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= p5-No-Worries>=0:devel/p5-No-Worries \
p5-Params-Validate>=0:devel/p5-Params-Validate
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>