f0598a1cfb
Add LICENSE Upstream changes: 1.40 2013-09-30 15:32:00 - No code changes. - Maintenance by Ron Savage <rsavage@cpan.org>. - Fabricate some version #s for this file. - Made Passwd.pm utf-8 so we can use Luis' proper name. - Clean up code formatting. - Clean up Makefile.PL. - Use fake (ASCII) 帽 in Makefile.PL to keep Solaris happy. See RT#68478. - Clean up README. - Add Build.PL. - Add Changes and Changelog.ini. - Add META.*. - Adopt Test::More in t/basic.t. - Adopt 'use strict' and 'use warnings' to PasswdMD5.pm and t/basic.t. - Accept patch for new function random_md5_salt(), and tests, from kbrint@rufus.net. With thanx. See RT#37036. - Add xt/author/pod.t.
19 lines
530 B
Makefile
19 lines
530 B
Makefile
# $NetBSD: Makefile,v 1.10 2014/04/13 09:17:28 wen Exp $
|
|
#
|
|
|
|
DISTNAME= Crypt-PasswdMD5-1.40
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Crypt/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Crypt/
|
|
COMMENT= MD5-based crypt() function
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Crypt/PasswdMD5/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|