aboutsummaryrefslogtreecommitdiffstats
path: root/mail/squirrelmail-compatibility-plugin/Makefile
blob: 952b40888c00c7a303b0f04ac395cb763d865075 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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= ports@FreeBSD.org
COMMENT=    Required by many plugins for compatibility with SquirrelMail

USES=       perl5
USE_PERL5=  run

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