1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/finance/pear_Payment_DTA/Makefile
Martin Wilke 41bcd29f8b - Convert to PEAR_AUTOINSTALL
- Trim header
2013-05-13 09:59:51 +00:00

19 lines
465 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
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>