freebsd-ports/www/mod_cvs/Makefile
Edwin Groothuis 37f2224fa6 PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
2002-11-04 05:46:38 +00:00

31 lines
639 B
Makefile

# 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= ftp://ftp.sub.nu/pub/mod_cvs/ \
ftp://ftp.isk.kth.se/pub/people/main/mod_cvs/
MAINTAINER= petef@FreeBSD.org
BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
USE_REINPLACE= yes
MAKE_ARGS+= APXS="${APXS}"
APXS?= ${LOCALBASE}/sbin/apxs
post-patch:
@${REINPLACE_CMD} -e 's,apxs,${APXS},g' ${WRKSRC}/Makefile
do-install:
${APXS} -i -A -n cvs ${WRKSRC}/mod_cvs.so
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>