diff options
author | pav <pav@FreeBSD.org> | 2006-01-31 23:00:21 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-01-31 23:00:21 +0000 |
commit | 91a790e57281541966a703ef84103c29ea138fab (patch) | |
tree | 0722a55ed33f95e9ed15edc21abd207c3bbeb5bb /lang/php4-extensions | |
parent | d2151310be6068238f069203a60840d759d2b994 (diff) | |
download | FreeBSD-ports-91a790e57281541966a703ef84103c29ea138fab.zip FreeBSD-ports-91a790e57281541966a703ef84103c29ea138fab.tar.gz |
- 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 'lang/php4-extensions')
-rw-r--r-- | lang/php4-extensions/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/php4-extensions/Makefile b/lang/php4-extensions/Makefile index 85934c0..f0b429d 100644 --- a/lang/php4-extensions/Makefile +++ b/lang/php4-extensions/Makefile @@ -74,6 +74,7 @@ OPTIONS= BCMATH "bc style precision math functions" off \ PCNTL "pcntl support (CLI only)" off \ PCRE "Perl Compatible Regular Expression support" on \ PDF "PDFlib support (implies GD)" off \ + PFPRO "PayFlow Pro support" off \ PGSQL "PostgreSQL database support" off \ POSIX "POSIX-like functions" on \ PSPELL "pspell support" off \ @@ -109,8 +110,8 @@ ALL_OPTIONS= BCMATH BZ2 CALENDAR CRACK CTYPE CURL DBA DBASE DBX DIO \ DOMXML EXIF FILEINFO FILEPRO FRIBIDI FTP GD GETTEXT \ GMP ICONV IMAGICK IMAP INTERBASE LDAP MBSTRING MCAL MCRYPT \ MCVE MHASH MIME_MAGIC MING MNOGOSEARCH MSSQL MYSQL NCURSES \ - ODBC OPENSSL ORACLE OVERLOAD PANDA PCNTL PCRE PDF PGSQL POSIX \ - PSPELL READLINE RECODE SESSION SHMOP SNMP SOCKETS \ + ODBC OPENSSL ORACLE OVERLOAD PANDA PCNTL PCRE PDF PFPRO \ + PGSQL POSIX PSPELL READLINE RECODE SESSION SHMOP SNMP SOCKETS \ SYBASE_CT SYSVMSG SYSVSEM SYSVSHM TOKENIZER \ WDDX XML XMLRPC XSLT YAZ YP ZIP ZLIB |