diff options
author | miwi <miwi@FreeBSD.org> | 2008-12-14 18:32:59 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-12-14 18:32:59 +0800 |
commit | ecae4cb5f143ac8568ea6832410a4a6f60bd8588 (patch) | |
tree | a3477c8b25de9edba141d7abed2acfeaf9718819 /finance | |
parent | 1921c257e31d495a692afec04037e73ba558d99e (diff) | |
download | freebsd-ports-gnome-ecae4cb5f143ac8568ea6832410a4a6f60bd8588.tar.gz freebsd-ports-gnome-ecae4cb5f143ac8568ea6832410a4a6f60bd8588.tar.zst freebsd-ports-gnome-ecae4cb5f143ac8568ea6832410a4a6f60bd8588.zip |
With PEAR::Payment_DTA provides functions to create DTA files used in Germany
to exchange informations about money transactions with banks or online
banking programs.
No dependencies registered.
WWW: http://pear.php.net/package/Payment_DTA/
PR: ports/129532
Submitted by: Dorit Rottner (<rottner at punkt.de>)
Diffstat (limited to 'finance')
-rw-r--r-- | finance/Makefile | 1 | ||||
-rw-r--r-- | finance/pear_Payment_DTA/Makefile | 26 | ||||
-rw-r--r-- | finance/pear_Payment_DTA/distinfo | 3 | ||||
-rw-r--r-- | finance/pear_Payment_DTA/pkg-descr | 7 |
4 files changed, 37 insertions, 0 deletions
diff --git a/finance/Makefile b/finance/Makefile index f36fac09b1c2..a90bea2945cb 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -70,6 +70,7 @@ SUBDIR += p5-Math-Financial SUBDIR += p5-PFProAPI SUBDIR += p5-PayflowPro + SUBDIR += pear_Payment_DTA SUBDIR += pfpro SUBDIR += php-tclink SUBDIR += php4-pfpro diff --git a/finance/pear_Payment_DTA/Makefile b/finance/pear_Payment_DTA/Makefile new file mode 100644 index 000000000000..90fa356f36a3 --- /dev/null +++ b/finance/pear_Payment_DTA/Makefile @@ -0,0 +1,26 @@ +# Ports collection makefile for: pear-Payment_DTA +# Date created: 9 December 2008 +# Whom: Dorit Rottner (<rottner@punkt.de>) +# +# $FreeBSD$ +# + +PORTNAME= Payment_DTA +PORTVERSION= 1.2.1 +CATEGORIES= finance pear + +MAINTAINER= rottner@punkt.de +COMMENT= PEAR class to create and handle DTA files used in Germany + +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +RUN_DEPENDS= ${BUILD_DEPENDS} + +CATEGORY= Payment +FILES= DTA.php +TESTS= DTATest.php +EXAMPLES= example_debit.php example_credit.php +_EXAMPLESDIR= docs/example + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include <bsd.port.post.mk> diff --git a/finance/pear_Payment_DTA/distinfo b/finance/pear_Payment_DTA/distinfo new file mode 100644 index 000000000000..529912150901 --- /dev/null +++ b/finance/pear_Payment_DTA/distinfo @@ -0,0 +1,3 @@ +MD5 (PEAR/Payment_DTA-1.2.1.tgz) = db34fa2c4ee017b8e579c7ab9b09bf66 +SHA256 (PEAR/Payment_DTA-1.2.1.tgz) = 55254164e190dd0d3eaab1b0700d37af85233ca32ea7f2fb32460be0eb025143 +SIZE (PEAR/Payment_DTA-1.2.1.tgz) = 11396 diff --git a/finance/pear_Payment_DTA/pkg-descr b/finance/pear_Payment_DTA/pkg-descr new file mode 100644 index 000000000000..366aa54d1169 --- /dev/null +++ b/finance/pear_Payment_DTA/pkg-descr @@ -0,0 +1,7 @@ +With PEAR::Payment_DTA provides functions to create DTA files used in Germany +to exchange informations about money transactions with banks or online +banking programs. + +No dependencies registered. + +WWW: http://pear.php.net/package/Payment_DTA/ |