freebsd-ports/sysutils/cvsweb-converters/Makefile
Martin Matuska ddcc0de921 Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION
2010-09-21 07:56:43 +00:00

43 lines
1.2 KiB
Makefile

# New ports collection makefile for: cvsweb-converters
# Date created: 4 Mar 2001
# Whom: Martin Kammerhofer <mkamm@gmx.net>
#
# $FreeBSD$
#
PORTNAME= cvsweb-converters
PORTVERSION= 0.3.4
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.sbox.TUGraz.at/home/d/dada/distfiles/ \
http://mitglied.lycos.de/mkamm/distfiles/
MAINTAINER= mkamm@gmx.net
COMMENT= Create hyperlinks to cvsweb from cvs[up] output or FreeBSD commitlogs
RUN_DEPENDS= ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles \
${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules
BUILD_DEPENDS= ${RUN_DEPENDS}
NO_BUILD= yes
USE_BZIP2= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
PLIST_FILES= bin/commitlog2cvsweb bin/cvsrdiff2cvsweb \
bin/cvsuplog2cvsweb etc/cvsweb-converters.conf.sample
PKGMESSAGE= ${WRKDIR}/pkg-message
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500903
RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
.endif
post-install:
@${SED} -e 's|$${PREFIX}|${PREFIX}|g' -- \
${.CURDIR}/pkg-message >${PKGMESSAGE}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>