mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
62d1611a25
PR: ports/77014 Submitted by: June-Yen Huang (maintainer)
22 lines
497 B
Makefile
22 lines
497 B
Makefile
# New ports collection makefile for: cvs2svn
|
|
# Date created: 1 May 2004
|
|
# Whom: Hye-Shik Chang
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cvs2svn
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://cvs2svn.tigris.org/files/documents/1462/19743/
|
|
|
|
MAINTAINER= jihuang@gate.sinica.edu.tw
|
|
COMMENT= CVS to Subversion Repository Converter
|
|
|
|
RUN_DEPENDS= svn:${PORTSDIR}/devel/subversion \
|
|
${PYTHON_SITELIBDIR}/gdbm.so:${PORTSDIR}/databases/py-gdbm
|
|
|
|
USE_PYTHON= 2.3+
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|