1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/finance/pear_Payment_DTA/Makefile
Eitan Adler c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00

27 lines
636 B
Makefile

# 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>