freebsd-ports/net/v6eval/Makefile
Simon L. B. Nielsen b4e51eaac5 Mark BROKEN on recent -CURRENT since it doesn't compile with OpenSSL
0.9.8b.

Reported by:	pointyhat via kris
2006-09-03 21:43:45 +00:00

33 lines
740 B
Makefile

# 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
PORTVERSION= 3.0.1
PORTEPOCH= 1
CATEGORIES= net ipv6
MASTER_SITES= http://www.tahi.org/release/v6eval/
MAINTAINER= Yukiyo.Akisada@jp.yokogawa.com
COMMENT= IPv6 Conformance Test Platform
RUN_DEPENDS= ${SITE_PERL}/Expect.pm:${PORTSDIR}/lang/p5-Expect \
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
USE_PERL5= yes
USE_OPENSSL= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700019
BROKEN= does not compile with OpenSSL 0.9.8b
.endif
post-install:
@${SED} -e 's#@LOCALBASE@#${LOCALBASE}#' ${PKGMESSAGE}
.include <bsd.port.post.mk>