1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/net/p5-SOAP/Makefile
2013-11-05 16:42:55 +00:00

23 lines
465 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
.include <bsd.port.mk>