Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2013 09:59:52 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318063 - head/finance/pear_Payment_DTA
Message-ID:  <201305130959.r4D9xqex051483@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Mon May 13 09:59:51 2013
New Revision: 318063
URL: http://svnweb.freebsd.org/changeset/ports/318063

Log:
  - Convert to PEAR_AUTOINSTALL
  - Trim header

Modified:
  head/finance/pear_Payment_DTA/Makefile   (contents, props changed)

Modified: head/finance/pear_Payment_DTA/Makefile
==============================================================================
--- head/finance/pear_Payment_DTA/Makefile	Mon May 13 09:59:19 2013	(r318062)
+++ head/finance/pear_Payment_DTA/Makefile	Mon May 13 09:59:51 2013	(r318063)
@@ -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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305130959.r4D9xqex051483>