summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorseb <seb>2007-07-27 23:24:17 +0000
committerseb <seb>2007-07-27 23:24:17 +0000
commit71b5e15501f16e30e676a6f90c923ee63c8b4827 (patch)
tree50a3c8bdaf9887bcda80e68c65e38b15f72cb18d /security
parent56643886d52b94c10a434730662d47de06c4fd57 (diff)
downloadpkgsrc-71b5e15501f16e30e676a6f90c923ee63c8b4827.tar.gz
Clear USE_LANGUAGES, there is no need for it.
Diffstat (limited to 'security')
-rw-r--r--security/p5-Crypt-RC4/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/p5-Crypt-RC4/Makefile b/security/p5-Crypt-RC4/Makefile
index edf64005d81..6abd6fa3191 100644
--- a/security/p5-Crypt-RC4/Makefile
+++ b/security/p5-Crypt-RC4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/07/27 23:10:37 seb Exp $
+# $NetBSD: Makefile,v 1.2 2007/07/27 23:24:17 seb Exp $
#
DISTNAME= Crypt-RC4-2.02
@@ -10,6 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Crypt-RC4/
COMMENT= Perl5 module for the "alleged" RC4 encryption algorithm
+USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Crypt/RC4/.packlist
.include "../../lang/perl5/module.mk"