diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-08-13 17:40:13 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-08-13 17:40:13 +0000 |
commit | 92c407cf3f7a7f28bc18ed7900a953412c58b694 (patch) | |
tree | 80e4d5f8108abc1490a502d0563a9f96577f19cc /security/p5-Crypt-PasswdMD5/Makefile | |
parent | acbdbbd36b9deeb45a73129b072aa52c1f0428de (diff) | |
download | pkgsrc-92c407cf3f7a7f28bc18ed7900a953412c58b694.tar.gz |
The unix_md5_crypt() provides a crypt()-compatible interface to the rather
new MD5-based crypt() function found in modern operating systems.
Diffstat (limited to 'security/p5-Crypt-PasswdMD5/Makefile')
-rw-r--r-- | security/p5-Crypt-PasswdMD5/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/security/p5-Crypt-PasswdMD5/Makefile b/security/p5-Crypt-PasswdMD5/Makefile new file mode 100644 index 00000000000..c94eeffa4ac --- /dev/null +++ b/security/p5-Crypt-PasswdMD5/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/08/13 17:40:13 adrianp Exp $ + +DISTNAME= Crypt-PasswdMD5-1.3 +PKGNAME= p5-${DISTNAME} +CATEGORIES= perl5 security +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} + +MAINTAINER= adrianp@NetBSD.org +HOMEPAGE= http://search.cpan.org/~luismunoz/${DISTNAME}/ +COMMENT= Provides interoperable MD5-based crypt() functions + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +PERL5_PACKLIST= auto/Crypt/PasswdMD5/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |