1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/net/p5-SOAP-MySOAP/Makefile
2021-06-20 19:34:39 +08:00

25 lines
426 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
PORTNAME= SOAP-MySOAP
PORTVERSION= 0.023
PORTREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Extremely basic SOAP client module
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-libwww>=0:www/p5-libwww
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>