mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
20 lines
479 B
Makefile
20 lines
479 B
Makefile
# Created by: 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= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
|
|
|
PEAR_AUTOINSTALL= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|