diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-31 23:00:21 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-31 23:00:21 +0000 |
commit | 6bd407bcb28be2c7e1b7d43f1e42ce56a2987e31 (patch) | |
tree | e8003e288b2d932ecbe7735ef2d7e89c6cbbaae3 /finance | |
parent | - Update to 1.6.2 (diff) |
- Add a php extension pfpro (PayFlow Pro).
PR: ports/82843
Submitted by: Mike Durian <durian@shadetreesoftware.com>
Approved by: maintainer timeout (1 month)
Notes
Notes:
svn path=/head/; revision=154939
Diffstat (limited to 'finance')
-rw-r--r-- | finance/Makefile | 1 | ||||
-rw-r--r-- | finance/php4-pfpro/Makefile | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/finance/Makefile b/finance/Makefile index c65d5338cd3b..b26e62a1b79b 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -52,6 +52,7 @@ SUBDIR += p5-Locale-Currency-Format SUBDIR += p5-Math-Financial SUBDIR += pfpro + SUBDIR += php4-pfpro SUBDIR += qhacc SUBDIR += qtstalker SUBDIR += quantlib diff --git a/finance/php4-pfpro/Makefile b/finance/php4-pfpro/Makefile new file mode 100644 index 000000000000..2e64d9adc2f2 --- /dev/null +++ b/finance/php4-pfpro/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: php4-pfpro +# Date created: 12 Dec 2005 +# Whom: Mike Durian <durian@shadetreesoftware.com> +# +# $FreeBSD$ +# + +CATEGORIES= finance +PKGNAMESUFFIX= -pfpro + +COMMENT= PHP VeriSign PayFlow Pro credit card processing + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +.include "${MASTERDIR}/Makefile" |