diff options
author | abs <abs> | 2007-03-12 09:58:10 +0000 |
---|---|---|
committer | abs <abs> | 2007-03-12 09:58:10 +0000 |
commit | 554da8d27eb03d57b1301526306d1dfe68795c9d (patch) | |
tree | e10589e8b9b6d2c4593e13c98696e1bb964e7c6c /security/p5-Data-SimplePassword | |
parent | 7fcbd90a2b90a14118bc4a8b276d16db8f79492e (diff) | |
download | pkgsrc-554da8d27eb03d57b1301526306d1dfe68795c9d.tar.gz |
Add missing p5-Crypt-Random depends, bump PKGREVISION
Diffstat (limited to 'security/p5-Data-SimplePassword')
-rw-r--r-- | security/p5-Data-SimplePassword/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/security/p5-Data-SimplePassword/Makefile b/security/p5-Data-SimplePassword/Makefile index 19fccb69531..4fa85b0b885 100644 --- a/security/p5-Data-SimplePassword/Makefile +++ b/security/p5-Data-SimplePassword/Makefile @@ -1,15 +1,18 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/03/09 13:21:44 abs Exp $ +# $NetBSD: Makefile,v 1.2 2007/03/12 09:58:10 abs Exp $ # DISTNAME= Data-SimplePassword-0.02 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} -MAINTAINER= he@NetBSD.org +MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Data-SimplePassword/ COMMENT= Simple random password generator +DEPENDS+= p5-Crypt-Random-[0-9]*:../../security/p5-Crypt-Random + USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Data/SimplePassword/.packlist |