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/php4-pfpro | |
parent | d1735b853f799f19085da4327b342b0130b3dc6b (diff) |
Notes
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 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" |