summaryrefslogtreecommitdiff
path: root/mail/pear-Horde_Mapi/Makefile
blob: c8d2ab647af57c2d358c56b665f9ef97c4d5b003 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

PORTNAME=	Horde_Mapi
PORTVERSION=	1.0.10
CATEGORIES=	mail www pear
PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}

MAINTAINER=	horde@FreeBSD.org
COMMENT=	Horde MAPI utility library

USES=		horde php
USE_HORDE_RUN=	Horde_Date \
		Horde_Exception

USE_PHP+=	bcmath

RUN_DEPENDS+=	${PEARDIR}/Math/BigInteger.php:math/pear-Math_BigInteger@${PHP_FLAVOR}

.include <bsd.port.mk>