freebsd-ports/mail/pear-Horde_Mail/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

22 lines
411 B
Makefile

# $FreeBSD$
PORTNAME= Horde_Mail
PORTVERSION= 2.6.3
PORTREVISION= 1
CATEGORIES= mail www pear
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde Mail Library
USES= horde
USE_HORDE_RUN= Horde_Exception \
Horde_Idna \
Horde_Stream_Filter
# Disabled due to circular dependency
#USE_HORDE_RUN+= Horde_Mime
# Optional but we want it
RUN_DEPENDS+= ${PEARDIR}/Net/SMTP.php:net/pear-Net_SMTP
.include <bsd.port.mk>