diff options
Diffstat (limited to 'security/p5-Crypt-PassGen/Makefile')
-rw-r--r-- | security/p5-Crypt-PassGen/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/p5-Crypt-PassGen/Makefile b/security/p5-Crypt-PassGen/Makefile index 305abca83960..e54f5daef750 100644 --- a/security/p5-Crypt-PassGen/Makefile +++ b/security/p5-Crypt-PassGen/Makefile @@ -9,7 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Crypt::PassGen - Generate a random password that looks like a real word -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::PassGen.3 |