aboutsummaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-01-31 23:00:21 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-01-31 23:00:21 +0000
commit6bd407bcb28be2c7e1b7d43f1e42ce56a2987e31 (patch)
treee8003e288b2d932ecbe7735ef2d7e89c6cbbaae3 /finance
parentd1735b853f799f19085da4327b342b0130b3dc6b (diff)
downloadports-6bd407bcb28be2c7e1b7d43f1e42ce56a2987e31.tar.gz
ports-6bd407bcb28be2c7e1b7d43f1e42ce56a2987e31.zip
Notes
Diffstat (limited to 'finance')
-rw-r--r--finance/Makefile1
-rw-r--r--finance/php4-pfpro/Makefile15
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"