diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-02-28 01:34:18 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-02-28 01:34:18 +0000 |
commit | cce7014b86a27ad53c8bf7f66d08810465f192ec (patch) | |
tree | e545addc48714be7c2d423ddfedd698fd787aa3f /net/v6eval | |
parent | 2fad4a4fcfc3480d16c5504e5639797f0f23bf42 (diff) | |
download | ports-cce7014b86a27ad53c8bf7f66d08810465f192ec.tar.gz ports-cce7014b86a27ad53c8bf7f66d08810465f192ec.zip |
BROKEN: Installs perllocal.pod file
Notes
Notes:
svn path=/head/; revision=129952
Diffstat (limited to 'net/v6eval')
-rw-r--r-- | net/v6eval/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/v6eval/Makefile b/net/v6eval/Makefile index 187e3d096957..39a4d20adf69 100644 --- a/net/v6eval/Makefile +++ b/net/v6eval/Makefile @@ -17,6 +17,8 @@ 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 +BROKEN= Installs perllocal.pod file + USE_PERL5= yes USE_OPENSSL= yes |