1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/devel/cvs2darcs/Makefile
Gabor Pali e5a11cb1b9 - Update to 0.8
- Fix comment

Approved by:	gabor
2009-02-07 02:01:27 +00:00

30 lines
710 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
CATEGORIES= devel
MASTER_SITES= http://ab-initio.mit.edu/${PORTNAME}/
MAINTAINER= haskell@FreeBSD.org
COMMENT= Convert CVS module to darcs repository
BUILD_DEPENDS= darcs:${PORTSDIR}/devel/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>