freebsd-ports/mail/squirrelmail-calendar_sql_backend-plugin/Makefile
Adam Weinberger 14f5b9b330 Convert remaining squirrelmail plugins to bsd.squirrelmail.mk. Because they
were duplicating the content there, php version mismatches were created and
package building broke. Also includes a few whitespace and header fixes due
to OCD.

Feature safe:	yes
2012-11-10 01:37:24 +00:00

21 lines
529 B
Makefile

# Created by: Gerrit Beine <gerrit.beine@gmx.de>
# $FreeBSD$
PORTNAME= calendar_sql_backend
PORTVERSION= 1.1
PORTREVISION= 1
DISTNAME= ${PORTNAME}-${PORTVERSION}-2.0
DIST_SUBDIR= squirrelmail
MAINTAINER= ports@FreeBSD.org
COMMENT= SQL backend for SquirrelMail Calendar plugin
RUN_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
PEARDIR= ${PREFIX}/share/pear
SQUIRREL_PLUGIN_NAME= ${PORTNAME}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/mail/squirrelmail/bsd.squirrelmail.mk"
.include <bsd.port.post.mk>