diff options
author | pav <pav@FreeBSD.org> | 2006-02-01 07:00:21 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-02-01 07:00:21 +0800 |
commit | 91a790e57281541966a703ef84103c29ea138fab (patch) | |
tree | 0722a55ed33f95e9ed15edc21abd207c3bbeb5bb /Mk | |
parent | d2151310be6068238f069203a60840d759d2b994 (diff) | |
download | freebsd-ports-gnome-91a790e57281541966a703ef84103c29ea138fab.tar.gz freebsd-ports-gnome-91a790e57281541966a703ef84103c29ea138fab.tar.zst freebsd-ports-gnome-91a790e57281541966a703ef84103c29ea138fab.zip |
- Add a php extension pfpro (PayFlow Pro).
PR: ports/82843
Submitted by: Mike Durian <durian@shadetreesoftware.com>
Approved by: maintainer timeout (1 month)
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.php.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.php.mk b/Mk/bsd.php.mk index 2c2f19b53967..5736741f6c44 100644 --- a/Mk/bsd.php.mk +++ b/Mk/bsd.php.mk @@ -254,7 +254,7 @@ _USE_PHP_ALL= bcmath bz2 calendar ctype curl dba dbase \ exif fileinfo filepro fribidi ftp gd gettext gmp \ iconv imagick imap interbase ldap mbstring mcrypt \ mhash ming mssql mysql ncurses odbc \ - openssl panda pcntl pcre pdf pgsql posix \ + openssl panda pcntl pcre pdf pfpro pgsql posix \ pspell radius readline recode session shmop snmp \ sockets sybase_ct sysvmsg sysvsem sysvshm \ tokenizer wddx xml xmlrpc yaz zip zlib @@ -308,6 +308,7 @@ panda_DEPENDS= print/pecl-panda pcntl_DEPENDS= devel/php${PHP_VER}-pcntl pcre_DEPENDS= devel/php${PHP_VER}-pcre pdf_DEPENDS= print/pecl-pdflib +pfpro_DEPENDS= finance/php${PHP_VER}-pfpro pgsql_DEPENDS= databases/php${PHP_VER}-pgsql posix_DEPENDS= sysutils/php${PHP_VER}-posix pspell_DEPENDS= textproc/php${PHP_VER}-pspell |