blob: 829c7eec05a5d1fc8d09baee498f01da86107140 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: alfred
# $FreeBSD$
PORTNAME= cvswrap
PORTVERSION= 0.2
CATEGORIES= devel
MASTER_SITES+= LOCAL/alfred
MAINTAINER= ports@FreeBSD.org
COMMENT= Helper for multiple CVS repositories
USES= desthack
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|