svn commit: r318063 - head/finance/pear_Payment_DTA

Martin Wilke miwi at FreeBSD.org
Mon May 13 09:59:52 UTC 2013


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 at punkt.de>)
-#
+# Created by: Dorit Rottner (<rottner at punkt.de>)
 # $FreeBSD$
-#
 
 PORTNAME=	Payment_DTA
 PORTVERSION=	1.2.1
@@ -13,13 +9,9 @@ MAINTAINER=	rottner at 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"


More information about the svn-ports-all mailing list