freebsd-ports/devel/cvs2darcs/Makefile
Gerald Pfeifer 1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00

28 lines
688 B
Makefile

# Created by: Oliver Braun <obraun@FreeBSD.org>
# $FreeBSD$
PORTNAME= cvs2darcs
PORTVERSION= 0.8
PORTREVISION= 7
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= cvs:${PORTSDIR}/devel/cvs \
darcs:${PORTSDIR}/devel/hs-darcs \
cvsps:${PORTSDIR}/devel/cvsps \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
USES= perl5
NO_BUILD= yes
PLIST_FILES= bin/cvs2darcs share/cvs2darcs/cvs_convert.pl \
share/cvs2darcs/branch_detect.pl man/man1/${PORTNAME}.1.gz
PLIST_DIRS= share/cvs2darcs
.include <bsd.port.mk>