33 lines
1,005 B
Makefile
33 lines
1,005 B
Makefile
# Created by: will
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= SOAP
|
|
PORTVERSION= 0.28
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Perl modules providing an API to the Simple Object Access Protocol
|
|
|
|
BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \
|
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
CONFLICTS= p5-SOAP-Lite-[0-9]*
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= SOAP.3 SOAP::SimpleTypeWrapper.3 SOAP::Parser.3 \
|
|
SOAP::EnvelopeMaker.3 SOAP::GenericScalarSerializer.3 \
|
|
SOAP::Transport::HTTP::Apache.3 SOAP::TypedPrimitiveSerializer.3 \
|
|
SOAP::GenericInputStream.3 SOAP::Serializer.3 \
|
|
SOAP::GenericHashSerializer.3 SOAP::OutputStream.3 \
|
|
SOAP::Transport::HTTP::CGI.3 SOAP::Packager.3 SOAP::Envelope.3 \
|
|
SOAP::TypedPrimitive.3 SOAP::StructSerializer.3 \
|
|
SOAP::Transport::HTTP::Server.3 SOAP::Defs.3 SOAP::Struct.3 \
|
|
SOAP::TypeMapper.3 SOAP::Transport::HTTP::Client.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|