aboutsummaryrefslogtreecommitdiff
path: root/mail/horde3-vacation/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/horde3-vacation/Makefile')
-rw-r--r--mail/horde3-vacation/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/mail/horde3-vacation/Makefile b/mail/horde3-vacation/Makefile
deleted file mode 100644
index cf52eb4074d4..000000000000
--- a/mail/horde3-vacation/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# Created by: Beech Rintoul <beech@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= vacation
-PORTVERSION= 3.2.1
-PORTREVISION= 4
-CATEGORIES= mail www
-DIST_SUBDIR= horde
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= E-mail auto-responder
-
-DEPRECATED= EOL in April 2012
-EXPIRATION_DATE= 2014-08-20
-
-#-----------------------------------------------------------------------
-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= CHANGES CREDITS INSTALL RELEASE_NOTES TODO
-
-.include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk"
-.include <bsd.port.mk>