mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 22:50:32 -04:00
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
32 lines
746 B
Makefile
32 lines
746 B
Makefile
# New ports collection makefile for: cvs2darcs
|
|
# Date created: 1 March 2007
|
|
# Whom: Oliver Braun <obraun@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cvs2darcs
|
|
PORTVERSION= 0.8
|
|
PORTREVISION= 4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://ab-initio.mit.edu/${PORTNAME}/
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Convert CVS module to darcs repository
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS= darcs:${PORTSDIR}/devel/hs-darcs \
|
|
cvsps:${PORTSDIR}/devel/cvsps \
|
|
${SITE_PERL}/HTTP/Date.pm:${PORTSDIR}/www/p5-libwww
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_PERL5= yes
|
|
NO_BUILD= yes
|
|
MAN1= cvs2darcs.1
|
|
PLIST_FILES= bin/cvs2darcs share/cvs2darcs/cvs_convert.pl \
|
|
share/cvs2darcs/branch_detect.pl
|
|
PLIST_DIRS= share/cvs2darcs
|
|
|
|
.include <bsd.port.mk>
|