freebsd-ports/net-im/p5-SOAP-Transport-JABBER/Makefile
Philip M. Gollucci 2cf4c1e2c8 - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
2012-03-08 18:45:38 +00:00

26 lines
684 B
Makefile

# New ports collection makefile for: p5-SOAP-Transport-JABBER
# Date created: 2011-08-20
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= SOAP-Transport-JABBER
PORTVERSION= 0.713
CATEGORIES= net-im net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= A Jabber-based transport backend for SOAP::Lite
BUILD_DEPENDS= p5-Net-Jabber>=0:${PORTSDIR}/net-im/p5-Net-Jabber \
p5-SOAP-Lite>=0.711:${PORTSDIR}/net/p5-SOAP-Lite
RUN_DEPENDS= p5-Net-Jabber>=0:${PORTSDIR}/net-im/p5-Net-Jabber \
p5-SOAP-Lite>=0.711:${PORTSDIR}/net/p5-SOAP-Lite
PERL_CONFIGURE= yes
MAN3= SOAP::Transport::JABBER.3
.include <bsd.port.mk>