summaryrefslogtreecommitdiff
path: root/finance/pear_Payment_DTA
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-05-13 09:59:51 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-05-13 09:59:51 +0000
commit41bcd29f8b9b6d529f514ebf386b0339cffedce4 (patch)
tree417e64290921269eac0eac2f66e567319ba0ee45 /finance/pear_Payment_DTA
parent- Convert to PEAR_AUTOINSTALL (diff)
- Convert to PEAR_AUTOINSTALL
- Trim header
Notes
Notes: svn path=/head/; revision=318063
Diffstat (limited to 'finance/pear_Payment_DTA')
-rw-r--r--finance/pear_Payment_DTA/Makefile14
1 files changed, 3 insertions, 11 deletions
diff --git a/finance/pear_Payment_DTA/Makefile b/finance/pear_Payment_DTA/Makefile
index a6f93573d2c9..09e9651ca0b5 100644
--- a/finance/pear_Payment_DTA/Makefile
+++ b/finance/pear_Payment_DTA/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Payment_DTA
-# Date created: 9 December 2008
-# Whom: Dorit Rottner (<rottner@punkt.de>)
-#
+# Created by: Dorit Rottner (<rottner@punkt.de>)
# $FreeBSD$
-#
PORTNAME= Payment_DTA
PORTVERSION= 1.2.1
@@ -13,13 +9,9 @@ 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}
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-CATEGORY= Payment
-FILES= DTA.php
-TESTS= DTATest.php
-EXAMPLES= example_debit.php example_credit.php
-_EXAMPLESDIR= docs/example
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"