View | Details | Raw Unified | Return to bug 80597
Collapse All | Expand All

(-)Makefile (-6 / +2 lines)
Lines 14-25 Link Here
14
MAINTAINER=	francisco@gomezmarin.com
14
MAINTAINER=	francisco@gomezmarin.com
15
COMMENT=	UebiMiau is a simple yet efficient WebMail written in PHP
15
COMMENT=	UebiMiau is a simple yet efficient WebMail written in PHP
16
16
17
.if defined(WITH_APACHE2)
17
USE_PHP=	pcre
18
RUN_DEPENDS+=	${LOCALBASE}/libexec/apache2/libphp4.so:${PORTSDIR}/www/mod_php4
18
WANT_PHP_MOD=	yes
19
.else
20
RUN_DEPENDS+=	${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
21
.endif
22
23
NO_BUILD=	yes
19
NO_BUILD=	yes
24
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
20
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
25
21
(-)pkg-descr (-1 / +1 lines)
Lines 2-8 Link Here
2
features folders, View and Send attachments, Preferences, Quota Limit,
2
features folders, View and Send attachments, Preferences, Quota Limit,
3
Search, and more. It does not require a database or IMAP server.
3
Search, and more. It does not require a database or IMAP server.
4
4
5
WWW: http://www.uebimiau.sili.com.br
5
WWW: http://www.uebimiau.org/
6
6
7
- Francisco Gomez -
7
- Francisco Gomez -
8
francisco@gomezmarin.com
8
francisco@gomezmarin.com

Return to bug 80597