Tweak devel/py-django-tastypie-mongoengine version 0.4.6
[dports.git] / net / p5-SOAP / Makefile
1 # Created by: will
2 # $FreeBSD$
3
4 PORTNAME=       SOAP
5 PORTVERSION=    0.28
6 PORTREVISION=   1
7 CATEGORIES=     net perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     bofh@FreeBSD.org
12 COMMENT=        Perl modules providing an API to the Simple Object Access Protocol
13
14 LICENSE=        ART10 GPLv1
15 LICENSE_COMB=   dual
16
17 BUILD_DEPENDS=  p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \
18                 p5-libwww>=0:${PORTSDIR}/www/p5-libwww
19 RUN_DEPENDS:=   ${BUILD_DEPENDS}
20
21 CONFLICTS=      p5-SOAP-Lite-[0-9]*
22
23 USES=           perl5
24 USE_PERL5=      configure
25
26 .include <bsd.port.mk>