2003-01-09 19:34:40 +01:00
|
|
|
# New ports collection makefile for: v6eval
|
|
|
|
# Date created: Mon Jan 6 23:07:28 GMT 2003
|
|
|
|
# Whom: TANAKA Takashi <tanaka@tahi.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= v6eval
|
2003-10-31 16:28:19 +01:00
|
|
|
PORTVERSION= 2.2b3
|
2003-01-09 19:34:40 +01:00
|
|
|
CATEGORIES= net ipv6
|
|
|
|
MASTER_SITES= http://www.tahi.org/release/v6eval/
|
|
|
|
|
2003-06-12 20:44:21 +02:00
|
|
|
MAINTAINER= Yukiyo.Akisada@jp.yokogawa.com
|
|
|
|
COMMENT= IPv6 Conformance Test Platform
|
2003-05-07 02:12:29 +02:00
|
|
|
|
2003-01-09 19:34:40 +01:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Expect.pm:${PORTSDIR}/lang/p5-Expect
|
|
|
|
|
|
|
|
USE_PERL5= yes
|
|
|
|
USE_OPENSSL= yes
|
|
|
|
|
2004-09-29 07:45:34 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 502126
|
|
|
|
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
|
|
|
.endif
|
|
|
|
|
2003-01-09 19:34:40 +01:00
|
|
|
post-install:
|
|
|
|
@${SED} -e 's#@LOCALBASE@#${LOCALBASE}#' ${PKGMESSAGE}
|
|
|
|
|
2004-09-29 07:45:34 +02:00
|
|
|
.include <bsd.port.post.mk>
|