1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/net/p5-SOAP-MySOAP/Makefile
Steve Wills 05a69ecc2b - Add missing DEPENDS
- Bump PORTREVISION

PR:		ports/165836
Approved by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
Feature safe:	yes
2012-03-17 22:57:24 +00:00

27 lines
531 B
Makefile

# New ports collection makefile for: p5-SOAP-MySOAP
# Date created: 2007-04-30
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= SOAP-MySOAP
PORTVERSION= 0.023
PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= SOAP
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= An extremely basic SOAP client module
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
PERL_CONFIGURE= yes
MAN3= SOAP::MySOAP.3
.include <bsd.port.mk>