summaryrefslogtreecommitdiff
path: root/devel/cvs2darcs/Makefile
blob: df1d4e4180285ff19a0a4b7de4ca0dfb708adc4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PORTNAME=	cvs2darcs
PORTVERSION=	0.8
PORTREVISION=	10
CATEGORIES=	devel
MASTER_SITES=	http://ab-initio.mit.edu/${PORTNAME}/

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Convert CVS module to darcs repository
WWW=		http://ab-initio.mit.edu/cvs2darcs/

LICENSE=	GPLv2

BUILD_DEPENDS=	cvs:devel/cvs \
		darcs:devel/hs-darcs \
		cvsps:devel/cvsps \
		p5-libwww>=0:www/p5-libwww
RUN_DEPENDS:=	${BUILD_DEPENDS}

GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USES=		perl5
NO_BUILD=	yes
PLIST_FILES=	bin/cvs2darcs share/cvs2darcs/cvs_convert.pl \
		share/cvs2darcs/branch_detect.pl share/man/man1/${PORTNAME}.1.gz

.include <bsd.port.mk>