2013-03-29 01:44:53 +01:00
|
|
|
# Created by: Erwin Lansing <erwin@FreeBSD.org>
|
2003-04-02 13:46:57 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ResourcePool-Resource-SOAP-Lite
|
2011-02-15 01:45:12 +01:00
|
|
|
PORTVERSION= 1.0103
|
2013-10-18 16:20:39 +02:00
|
|
|
PORTREVISION= 1
|
2003-04-02 13:46:57 +02:00
|
|
|
CATEGORIES= net perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN \
|
2003-04-02 13:46:57 +02:00
|
|
|
http://www.fatalmind.com/projects/ResourcePool/
|
2011-09-08 10:36:43 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:MWS
|
2003-04-02 13:46:57 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-01-29 18:41:17 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2013-03-29 01:44:53 +01:00
|
|
|
COMMENT= ResourcePool wrapper for SOAP::Lite
|
2003-04-02 13:46:57 +02:00
|
|
|
|
2009-11-30 00:02:41 +01:00
|
|
|
RUN_DEPENDS= p5-ResourcePool>=1.0100:${PORTSDIR}/devel/p5-ResourcePool \
|
2013-10-18 16:20:39 +02:00
|
|
|
p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2003-04-02 13:46:57 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2003-04-02 13:46:57 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|