summaryrefslogtreecommitdiff
path: root/net/ct/Makefile
blob: b6a39ac5e53f95f2ddd57b90b7e00e4a45fb02da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:	ct
# Date created:		Mon Jan  6 23:04:16 GMT 2003
# Whom:			TANAKA Takashi <tanaka@tahi.org>
#
# $FreeBSD$
#

PORTNAME=	ct
PORTVERSION=	2.1.2
CATEGORIES=	net ipv6
MASTER_SITES=	http://www.tahi.org/release/ct/

MAINTAINER=	Yukiyo.Akisada@jp.yokogawa.com
COMMENT=		IPv6 Conformance Test Kit

RUN_DEPENDS=	${LOCALBASE}/v6eval/bin/pktbuf:${PORTSDIR}/net/v6eval

USE_PERL5=      yes
NO_BUILD=	yes

MAKE_ENV+=      "NUTTYPE=host"

.include <bsd.port.mk>