mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
f8bfefd737
- Add LICENSE. - Mark MAKE_JOBS_SAFE.
39 lines
804 B
Makefile
39 lines
804 B
Makefile
# Created by: TANAKA Takashi <tanaka@tahi.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= v6eval
|
|
PORTVERSION= 3.3.2
|
|
PORTEPOCH= 1
|
|
CATEGORIES= net ipv6
|
|
MASTER_SITES= http://www.tahi.org/release/v6eval/
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= IPv6 Conformance Test Platform
|
|
|
|
LICENSE= BSD
|
|
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Expect.pm:${PORTSDIR}/lang/p5-Expect
|
|
|
|
USE_PERL5= yes
|
|
USE_OPENSSL= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
SUB_FILES= pkg-message
|
|
|
|
NO_MANCOMPRESS= yes
|
|
MAN1PREFIX= ${PREFIX}/v6eval
|
|
MAN3PREFIX= ${LOCALBASE}/lib/perl5/${PERL_VERSION}
|
|
MAN1= pktctl.1.gz pktsend.1.gz
|
|
MAN3= V6evalRemote.3 V6evalTool.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500703
|
|
RUN_DEPENDS+= p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5
|
|
.endif
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.post.mk>
|