summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-PasswdMD5
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-10-02 17:30:26 +0000
committerrillig <rillig@pkgsrc.org>2006-10-02 17:30:26 +0000
commit1e83aae5123aadf3310b37d2f2426ed42b6b7da0 (patch)
tree84bf9a61660bb0ca77c5608306e007e1cef7501a /security/p5-Crypt-PasswdMD5
parent4d621bcec3c35b4f29d3c840cbb5f03f3dce4eee (diff)
downloadpkgsrc-1e83aae5123aadf3310b37d2f2426ed42b6b7da0.tar.gz
Imported p5-Crypt-PasswdMD5.
This code provides various crypt()-compatible interfaces to the MD5-based crypt() function found in various *nixes.
Diffstat (limited to 'security/p5-Crypt-PasswdMD5')
-rw-r--r--security/p5-Crypt-PasswdMD5/DESCR4
-rw-r--r--security/p5-Crypt-PasswdMD5/Makefile16
2 files changed, 10 insertions, 10 deletions
diff --git a/security/p5-Crypt-PasswdMD5/DESCR b/security/p5-Crypt-PasswdMD5/DESCR
index f7b33d5eb7c..37d3258ffa2 100644
--- a/security/p5-Crypt-PasswdMD5/DESCR
+++ b/security/p5-Crypt-PasswdMD5/DESCR
@@ -1,2 +1,2 @@
-The unix_md5_crypt() provides a crypt()-compatible interface to the rather
-new MD5-based crypt() function found in modern operating systems.
+This code provides various crypt()-compatible interfaces to the
+MD5-based crypt() function found in various *nixes.
diff --git a/security/p5-Crypt-PasswdMD5/Makefile b/security/p5-Crypt-PasswdMD5/Makefile
index c94eeffa4ac..6ccff4f25e1 100644
--- a/security/p5-Crypt-PasswdMD5/Makefile
+++ b/security/p5-Crypt-PasswdMD5/Makefile
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/08/13 17:40:13 adrianp Exp $
+# $NetBSD: Makefile,v 1.1.1.2 2006/10/02 17:30:26 rillig Exp $
+#
DISTNAME= Crypt-PasswdMD5-1.3
PKGNAME= p5-${DISTNAME}
-CATEGORIES= perl5 security
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
+CATEGORIES= security perl5
+MASTER_SITES= ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Crypt/
-MAINTAINER= adrianp@NetBSD.org
-HOMEPAGE= http://search.cpan.org/~luismunoz/${DISTNAME}/
-COMMENT= Provides interoperable MD5-based crypt() functions
-
-PKG_INSTALLATION_TYPES= overwrite pkgviews
+MAINTAINER= rillig@NetBSD.org
+HOMEPAGE= ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Crypt/
+COMMENT= MD5-based crypt() function
PERL5_PACKLIST= auto/Crypt/PasswdMD5/.packlist
+USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"