blob: cb62ab815ff57bdc29d708655c79c8052a9df69c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Martin Matuska <mm@FreeBSD.org>
# $FreeBSD$
PORTNAME= Horde_Editor
PORTVERSION= 2.0.4
CATEGORIES= www pear
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde Editor API
CONFLICTS= horde-3*
USES= horde
USE_HORDE_BUILD= Horde_Role
USE_HORDE_RUN= Horde_Role \
Horde_Browser \
Horde_Exception \
Horde_Serialize
.include <bsd.port.mk>
|