freebsd-ports/mail/squirrelmail-postfixadmin-plugin/Makefile
Thomas Abthorpe da4a5f3671 - Mark DEPRECATED, set EXPIRATION_DATE
PR:		ports/182357 (based on)
2013-10-08 05:27:01 +00:00

31 lines
768 B
Makefile

# Created by: Darren Pilgrim <ports.maintainer@evilphi.com>
# $FreeBSD$
PORTNAME= postfixadmin
PORTVERSION= 2.3.0
PORTREVISION= 3
CATEGORIES= mail www
MASTER_SITES= http://a.aranea.brtsvcs.net/sm-pfa-plugin/ \
http://b.aranea.brtsvcs.net/sm-pfa-plugin/
PKGNAMEPREFIX= squirrelmail-
PKGNAMESUFFIX= -plugin
DIST_SUBDIR= squirrelmail
MAINTAINER= ports.maintainer@evilphi.com
COMMENT= Lets users change password, vacation, and forwarding
DEPRECATED= Now distributed with postfixadmin
EXPIRATION_DATE= 2013-11-01
RUN_DEPENDS= ZendFramework>=1.9.0:${PORTSDIR}/www/zend-framework1
USE_BZIP2= yes
DEFAULT_PHP_VER= 53
NO_STAGE= yes
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
pre-install:
${RM} -rf ${WRKSRC}/${_SMSRCDIR}/debian
.include <bsd.port.mk>