2006-01-27 14:45:26 +01:00
|
|
|
# New ports collection makefile for: Apache2-SOAP
|
|
|
|
# Date Created: 26 January 2006
|
|
|
|
# Whom: Simun Mikecin <numisemis@yahoo.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Apache2-SOAP
|
2009-07-23 19:26:58 +02:00
|
|
|
PORTVERSION= 0.73
|
2011-05-23 00:23:16 +02:00
|
|
|
PORTREVISION= 1
|
2006-01-27 14:45:26 +01:00
|
|
|
CATEGORIES= net www perl5
|
2009-07-23 19:26:58 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-01-27 14:45:26 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= numisemis@yahoo.com
|
|
|
|
COMMENT= Apache2 mod_perl2 SOAP Server
|
|
|
|
|
2009-07-23 19:26:58 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_perl.so:${PORTSDIR}/www/mod_perl2 \
|
|
|
|
${SITE_PERL}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
PERL_CONFIGURE= 5.8.0+
|
2006-01-27 14:45:26 +01:00
|
|
|
USE_APACHE= 2.0+
|
|
|
|
|
|
|
|
MAN3= Apache2::SOAP.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|