aboutsummaryrefslogtreecommitdiff
path: root/www/pear-Horde_Editor/Makefile
blob: 6d534022da8426ce46a7f99d96b7daf29524e144 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Martin Matuska <mm@FreeBSD.org>

PORTNAME=	Horde_Editor
PORTVERSION=	2.0.5
CATEGORIES=	www pear

MAINTAINER=	horde@FreeBSD.org
COMMENT=	Horde Editor API

CONFLICTS=	horde-3*

USES=	horde cpe
USE_HORDE_BUILD=	Horde_Role
USE_HORDE_RUN=	Horde_Role \
		Horde_Browser \
		Horde_Exception \
		Horde_Serialize

.include <bsd.port.mk>