mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
1f1dd63dd0
PR: ports/80891 Submitted by: Kay Abendroth <kay.abendroth (at) gmail.com> Approved by: maintainer's time-out (1 month)
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.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://cvs2svn.tigris.org/files/documents/1462/20727/
|
|
|
|
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>
|