aboutsummaryrefslogtreecommitdiff
path: root/mail/squirrelmail-compatibility-plugin/Makefile
blob: cc60356afa7fd6c4ab15007bc7e865d54a403a55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Alexander Wittig <alexander@wittig.name>
# $FreeBSD$

PORTNAME=	compatibility
PORTVERSION=	2.0.16
CATEGORIES=	mail www
MASTER_SITES=	http://www.squirrelmail.org/plugins/
PKGNAMEPREFIX=	squirrelmail-
PKGNAMESUFFIX=	-plugin
DISTNAME=	${PORTNAME}-${PORTVERSION}-1.0
DIST_SUBDIR=	squirrelmail

MAINTAINER=	tabthorpe@FreeBSD.org
COMMENT=	Required by many plugins for compatibility with SquirrelMail

USES=		perl5
USE_PERL5=	run

CONFLICTS=	squirrelmail-compatibility-plugin-1.*

.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
.include <bsd.port.mk>