/net/p5-Net-BGP/

' href='https://www.csie.ntu.edu.tw/~b01902062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/net/ct/Makefile
blob: d3f735726a6e6eefcf3d609481a6ad3e99d9434a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: TANAKA Takashi <tanaka@tahi.org>
# $FreeBSD$

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

MAINTAINER= hrs@FreeBSD.org
COMMENT=    IPv6 Conformance Test Kit

LICENSE=    BSD
LICENSE_FILE=   ${WRKSRC}/COPYRIGHT

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

USE_PERL5=      yes
NO_BUILD=   yes

MAKE_ENV+=  "NUTTYPE=host"

.include <bsd.port.mk>