pkgsrc/security/p5-Text-Password-Pronounceable/Makefile
sno f99b66810e Updating security/p5-Text-Password-Pronounceable from 0.28nb1 to 0.30
Upstream changes:
[Changes for 0.30 - 16 Aug 2010]
	* Updated dist metadata and M::I

[Changes for 0.29 (unreleased) - 11 Sep, 2007]
	* T::P::P->generate($len) works
	* Fix behavior:
	       T::P::P->new(2,10)->generate(6)
	  was equivalent to
	       T::P::P->generate(6,10)
	  which is too subtle. Now it works just as
	       T::P::P->generate(6,6)
	* Improved warnings on bad arguments
2010-08-26 06:46:00 +00:00

21 lines
638 B
Makefile

# $NetBSD: Makefile,v 1.3 2010/08/26 06:46:00 sno Exp $
DISTNAME= Text-Password-Pronounceable-0.30
PKGNAME= p5-${DISTNAME}
#PKGREVISION= 1
CATEGORIES= perl5 textproc security
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Text-Password-Pronounceable/
COMMENT= Generate pronounceable passwords
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Text/Password/Pronounceable/.packlist
PERL5_MODULE_TYPE= Module::Install
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"