From 6bd407bcb28be2c7e1b7d43f1e42ce56a2987e31 Mon Sep 17 00:00:00 2001
From: Pav Lucistnik <pav@FreeBSD.org>
Date: Tue, 31 Jan 2006 23:00:21 +0000
Subject: - Add a php extension pfpro (PayFlow Pro).

PR:		ports/82843
Submitted by:	Mike Durian <durian@shadetreesoftware.com>
Approved by:	maintainer timeout (1 month)
---
 lang/php4/Makefile.ext | 5 +++++
 1 file changed, 5 insertions(+)

(limited to 'lang/php4')

diff --git a/lang/php4/Makefile.ext b/lang/php4/Makefile.ext
index fe616c381db6..830e33195f37 100644
--- a/lang/php4/Makefile.ext
+++ b/lang/php4/Makefile.ext
@@ -262,6 +262,11 @@ CONFIGURE_ARGS+=--with-pcre-regex=yes
 PHP_HEADER_DIRS=pcrelib
 .endif
 
+.if ${PHP_MODNAME} == "pfpro"
+BUILD_DEPENDS+=	${LOCALBASE}/lib/libpfpro.so:${PORTSDIR}/finance/pfpro
+CONFIGURE_ARGS+=--with-pfpro
+.endif
+
 .if ${PHP_MODNAME} == "pgsql"
 USE_PGSQL=	YES
 
-- 
cgit debian/1.2.3+git2.25.1-1-2-gaceb0