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 /finance/php4-pfpro | |
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 'finance/php4-pfpro')
-rw-r--r-- | finance/php4-pfpro/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/finance/php4-pfpro/Makefile b/finance/php4-pfpro/Makefile new file mode 100644 index 0000000..2e64d9a --- /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" |