aboutsummaryrefslogtreecommitdiff
path: root/net/v6eval/Makefile
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2003-01-09 18:34:40 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2003-01-09 18:34:40 +0000
commitcb4ef1da1ed08d27c172d95f5d2bfc1d01348dfe (patch)
tree89da9f8085ec828a75bade79e2d716058cdcfc21 /net/v6eval/Makefile
parent95d751f6f69dbff223510662b73728d949d84b2e (diff)
downloadports-cb4ef1da1ed08d27c172d95f5d2bfc1d01348dfe.tar.gz
ports-cb4ef1da1ed08d27c172d95f5d2bfc1d01348dfe.zip
New port: ct, v6eval
ct: IPv6 Conformance Test kit v6eval: Platform of IPv6 Conformance Test kit Submitted by: tanaka@tahi.org
Notes
Notes: svn path=/head/; revision=72818
Diffstat (limited to 'net/v6eval/Makefile')
-rw-r--r--net/v6eval/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/net/v6eval/Makefile b/net/v6eval/Makefile
new file mode 100644
index 000000000000..0a468340896c
--- /dev/null
+++ b/net/v6eval/Makefile
@@ -0,0 +1,23 @@
+# 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= 2.0.2
+CATEGORIES= net ipv6
+MASTER_SITES= http://www.tahi.org/release/v6eval/
+
+MAINTAINER= tanaka@tahi.org
+
+RUN_DEPENDS= ${SITE_PERL}/Expect.pm:${PORTSDIR}/lang/p5-Expect
+
+USE_PERL5= yes
+USE_OPENSSL= yes
+
+post-install:
+ @${SED} -e 's#@LOCALBASE@#${LOCALBASE}#' ${PKGMESSAGE}
+
+.include <bsd.port.mk>