Prune x11/xpra
[dports.git] / net / p5-Net-STOMP-Client / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       Net-STOMP-Client
4 PORTVERSION=    2.3
5 CATEGORIES=     net perl5
6 MASTER_SITES=   CPAN
7 PKGNAMEPREFIX=  p5-
8
9 MAINTAINER=     tj@FreeBSD.org
10 COMMENT=        Streaming Text Orientated Messaging Protocol Client
11
12 LICENSE=        ART10 GPLv1+
13 LICENSE_COMB=   dual
14
15 BUILD_DEPENDS=  p5-No-Worries>=0:devel/p5-No-Worries \
16                 p5-Params-Validate>=0:devel/p5-Params-Validate
17 RUN_DEPENDS:=   ${BUILD_DEPENDS}
18
19 USES=           perl5
20 USE_PERL5=      configure
21
22 .include <bsd.port.mk>