mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 11:36:40 -04:00
26 lines
640 B
Makefile
26 lines
640 B
Makefile
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>
|