diff options
author | miwi <miwi@FreeBSD.org> | 2013-05-13 17:59:51 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-05-13 17:59:51 +0800 |
commit | 41cf316e82be91a98119b823d28cbbed547ec38c (patch) | |
tree | 417e64290921269eac0eac2f66e567319ba0ee45 /finance | |
parent | c00ca78c4f29c6f62b00e38b21f17e67560a8d2d (diff) | |
download | freebsd-ports-gnome-41cf316e82be91a98119b823d28cbbed547ec38c.tar.gz freebsd-ports-gnome-41cf316e82be91a98119b823d28cbbed547ec38c.tar.zst freebsd-ports-gnome-41cf316e82be91a98119b823d28cbbed547ec38c.zip |
- Convert to PEAR_AUTOINSTALL
- Trim header
Diffstat (limited to 'finance')
-rw-r--r-- | finance/pear_Payment_DTA/Makefile | 14 |
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" |