freebsd-ports/finance/pear_Payment_DTA/Makefile
Martin Wilke 614a36a604 With PEAR::Payment_DTA provides functions to create DTA files used in Germany
to exchange informations about money transactions with banks or online
banking programs.

No dependencies registered.

WWW: http://pear.php.net/package/Payment_DTA/

PR:		ports/129532
Submitted by:	Dorit Rottner (<rottner at punkt.de>)
2008-12-14 10:32:59 +00:00

26 lines
635 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>