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

(-)Makefile (-1 / +2 lines)
Lines 9-21 Link Here
9
PORTVERSION=	1.0.8
9
PORTVERSION=	1.0.8
10
PORTREVISION=	1
10
PORTREVISION=	1
11
CATEGORIES=	www
11
CATEGORIES=	www
12
MASTER_SITES=	http://archive.apache.org/dist/httpd/%SUBDIR%/
12
MASTER_SITES=	${MASTER_SITE_APACHE_HTTPD}	
13
MASTER_SITE_SUBDIR=	contrib/modules/1.3
13
MASTER_SITE_SUBDIR=	contrib/modules/1.3
14
14
15
MAINTAINER=	apache@FreeBSD.org
15
MAINTAINER=	apache@FreeBSD.org
16
COMMENT=	Third-party modules contributed to the Apache HTTP server project
16
COMMENT=	Third-party modules contributed to the Apache HTTP server project
17
17
18
USE_APACHE=	13
18
USE_APACHE=	13
19
USE_LDCONFIG=	${PREFIX}/libexec/apache
19
20
20
.include <bsd.port.pre.mk>
21
.include <bsd.port.pre.mk>
21
22
(-)pkg-descr (-1 / +3 lines)
Lines 1-5 Link Here
1
This is a collection of third-party modules contributed to the Apache HTTP
1
This is a collection of third-party modules contributed to the Apache HTTP
2
server project (http://www.apache.org/).
2
server project.
3
3
4
The modules are:
4
The modules are:
5
5
Lines 9-11 Link Here
9
mod_peephole, mod_put, mod_qs2ssi, mod_session, mod_fastcgi, mod_cvs,
9
mod_peephole, mod_put, mod_qs2ssi, mod_session, mod_fastcgi, mod_cvs,
10
mod_macro, mod_random, mod_roaming, mod_ip_forwarding, mod_ticket, mod_define
10
mod_macro, mod_random, mod_roaming, mod_ip_forwarding, mod_ticket, mod_define
11
and mod_monitor.
11
and mod_monitor.
12
13
WWW: http://www.apache.org

Return to bug 117084