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