freebsd-ports/mail/pear-Horde_Mapi/Makefile
Baptiste Daroussin 1446608ec7 Convert to USES=horde
Fix pear-Horde_core options
Use options helpers where possible
2014-09-30 22:14:59 +00:00

17 lines
268 B
Makefile

# $FreeBSD$
PORTNAME= Horde_Mapi
PORTVERSION= 1.0.3
CATEGORIES= mail www pear
PKGNAMEPREFIX= pear-
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde MAPI utility library
USES= horde
USE_HORDE_RUN= Horde_Date \
Horde_Exception
USE_PHP+= bcmath
.include <bsd.port.mk>