freebsd-ports/net/v6eval/Makefile

26 lines
550 B
Makefile
Raw Normal View History

# 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.1.1
2003-08-10 22:14:39 +02:00
PORTREVISION= 1
CATEGORIES= net ipv6
MASTER_SITES= http://www.tahi.org/release/v6eval/
MAINTAINER= Yukiyo.Akisada@jp.yokogawa.com
COMMENT= IPv6 Conformance Test Platform
2003-05-07 02:12:29 +02:00
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>