diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2004-10-12 20:44:52 +0000 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2004-10-12 20:44:52 +0000 |
commit | 514bf2737658e2a40bf97ab494a79a77d66717d0 (patch) | |
tree | f7d2458f64c0f2e71c9747ae3819b8aafd093d50 /net/v6eval/Makefile | |
parent | ab22209469ad0d943eab901cda417e25c13af8b3 (diff) | |
download | FreeBSD-ports-514bf2737658e2a40bf97ab494a79a77d66717d0.zip FreeBSD-ports-514bf2737658e2a40bf97ab494a79a77d66717d0.tar.gz |
Upgrade to 2.3b1.
Diffstat (limited to 'net/v6eval/Makefile')
-rw-r--r-- | net/v6eval/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/v6eval/Makefile b/net/v6eval/Makefile index 9189129..fbd0456 100644 --- a/net/v6eval/Makefile +++ b/net/v6eval/Makefile @@ -6,14 +6,15 @@ # PORTNAME= v6eval -PORTVERSION= 2.2b3 +PORTVERSION= 2.3b1 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 +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 |