freebsd-ports/net/p5-SOAP/Makefile

27 lines
521 B
Makefile
Raw Normal View History

# Created by: will
# $FreeBSD$
PORTNAME= SOAP
PORTVERSION= 0.28
PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= Perl modules providing an API to the Simple Object Access Protocol
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
2012-06-07 10:50:24 +02:00
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]*
2013-08-02 20:21:05 +02:00
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>