summaryrefslogtreecommitdiff
path: root/finance/pear_Payment_DTA/Makefile
blob: 90fa356f36a3cb307865cc865f7999dda112a355 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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>