summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-RC4
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2007-07-27 23:24:17 +0000
committerseb <seb@pkgsrc.org>2007-07-27 23:24:17 +0000
commitfe72e94b964de695535dcc0227ce1f014a15cc26 (patch)
tree50a3c8bdaf9887bcda80e68c65e38b15f72cb18d /security/p5-Crypt-RC4
parentfd7b5db704e5967d72fdc6cfe0fe3e667bb31558 (diff)
downloadpkgsrc-fe72e94b964de695535dcc0227ce1f014a15cc26.tar.gz
Clear USE_LANGUAGES, there is no need for it.
Diffstat (limited to 'security/p5-Crypt-RC4')
-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"