Remove traces of crypto restrictions.

This commit is contained in:
coypu 2018-01-02 07:47:12 +02:00
parent 86d110c83d
commit 6250657d72
3 changed files with 0 additions and 5 deletions

View file

@ -14,7 +14,6 @@ COMMENT= AES encryption pipe from the loop-aes project
DEPENDS+= gnupg>=1.2.0:../../security/gnupg
CRYPTO= YES
GNU_CONFIGURE= YES
.include "../../mk/bsd.prefs.mk"

View file

@ -19,8 +19,6 @@ BROKEN_FOR_PLATFORM+= OpenBSD-*-*
USE_GCC_RUNTIME= yes
USE_TOOLS+= autoconf perl
CRYPTO= yes
# retain the following line, for IPv6-ready pkgsrc webpage
BUILD_DEFS+= IPV6_READY

View file

@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Crypt-CAST5/
COMMENT= Perl5 CAST5 block cipher implementation
CRYPTO= YES
PERL5_PACKLIST= auto/Crypt/CAST5/.packlist
.include "../../lang/perl5/module.mk"