mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
19 lines
364 B
Makefile
19 lines
364 B
Makefile
|
|
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>
|