aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cvs2darcs/Makefile
blob: 29db9f439d8f32eb54c9f1e91a023589ac7b3b37 (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
27
28
29
30
# Created by: Oliver Braun <obraun@FreeBSD.org>
# $FreeBSD$

PORTNAME=   cvs2darcs
PORTVERSION=    0.8
PORTREVISION=   5
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
MAN1=   cvs2darcs.1
PLIST_FILES=    bin/cvs2darcs share/cvs2darcs/cvs_convert.pl \
        share/cvs2darcs/branch_detect.pl
PLIST_DIRS= share/cvs2darcs

NO_STAGE=   yes
.include <bsd.port.mk>