blob: 5a1585177e88777e311e26728ed81c10eeea1a26 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: mod_cvs
# Date created: 14 August 2001
# Whom: petef
#
# $FreeBSD$
#
PORTNAME= mod_cvs
PORTVERSION= 0.5
CATEGORIES= www
MASTER_SITES= http://resare.com/noa/mod_cvs/dist/
MAINTAINER= apache@FreeBSD.org
COMMENT= A module that makes Apache CVS aware
MAKE_JOBS_SAFE= yes
CONFLICTS= apache-contrib-1.*
USE_APACHE= 1.3
AP_FAST_BUILD= yes
AP_GENPLIST= yes
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
|