1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/mail/horde3-forwards/Makefile
Adam Weinberger e91f5afdf5 Bump PORTREVISION on all ports that depend on net/GeoIP for
r364627.

Approved by:	portmgr (not really, but touches unstaged ports)
2014-08-11 17:05:50 +00:00

38 lines
851 B
Makefile

# Created by: Beech Rintoul <beech@FreeBSD.org>
# $FreeBSD$
PORTNAME= forwards
PORTVERSION= 3.2.1
PORTREVISION= 4
CATEGORIES= mail www
DIST_SUBDIR= horde
MAINTAINER= ports@FreeBSD.org
COMMENT= E-mail forward
#-----------------------------------------------------------------------
NO_STAGE= yes
# You may define these options:
#
# - WITHOUT_LDAP if you do not need OpenLDAP;
#
# - WITHOUT_FTP disable FTP support;
#-----------------------------------------------------------------------
RUN_DEPENDS+= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL
. if !defined(WITHOUT_LDAP)
USE_PHP+= ldap
. endif
.if !defined(WITHOUT_FTP)
USE_PHP+= ftp
.endif
USE_HORDE= base pkg-message
USES= gettext
PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES TODO
.include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk"
.include <bsd.port.mk>