aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-XML-Compile-SOAP-AnyEvent/Makefile
blob: 08b3645fd8374b85904049f41ecf57d12a5ca4c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$

PORTNAME=   XML-Compile-SOAP-AnyEvent
PORTVERSION=    0.01
CATEGORIES= net perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Exchange XML via AnyEvent::HTTP

BUILD_DEPENDS=  p5-XML-Compile-SOAP>=2.18:${PORTSDIR}/net/p5-XML-Compile-SOAP \
        p5-AnyEvent-HTTP>=1.46:${PORTSDIR}/www/p5-AnyEvent-HTTP \
        p5-Log-Report>=0.28:${PORTSDIR}/devel/p5-Log-Report
RUN_DEPENDS:=   ${BUILD_DEPENDS}

LICENSE=    ART10 GPLv1
LICENSE_COMB=   dual

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>