blob: 08568f88e4ec4a224b6a64f3a703f9d46fb49c34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTREVISION= 3
PKGNAMESUFFIX= +ipv6
MAINTAINER= ports@FreeBSD.org
COMMENT= IPv6 enabled cvs. You can use IPv6 connection when using pserver
CONFLICTS_INSTALL= cvs-[12]* cvs-devel-[12]*
OPTIONS_SLAVE= IPV6
OPTIONS_EXCLUDE= # empty
MASTERDIR= ${.CURDIR}/../cvs
.include "${MASTERDIR}/Makefile"
|