diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2020-03-27 09:32:15 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2020-03-27 09:32:15 +0000 |
commit | b1f2fb6bd8f1552f36b5ca86a2cf16f1a6268c2b (patch) | |
tree | 1a6e6e903684f07a2d392b8ca23d35e1412f9a1b /security/p5-Crypt-RandPasswd | |
parent | 9cc9d4f33753980a9360504209627e27673b592d (diff) |
Notes
Diffstat (limited to 'security/p5-Crypt-RandPasswd')
-rw-r--r-- | security/p5-Crypt-RandPasswd/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Crypt-RandPasswd/pkg-descr | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/security/p5-Crypt-RandPasswd/Makefile b/security/p5-Crypt-RandPasswd/Makefile index d35f86d9ce94..01081ee77bc3 100644 --- a/security/p5-Crypt-RandPasswd/Makefile +++ b/security/p5-Crypt-RandPasswd/Makefile @@ -11,8 +11,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Implementation of the Automated Password Generator standard +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure +NO_ARCH= yes post-patch: @${RM} ${WRKSRC}/lib/Crypt/RandPasswd.pm.orig diff --git a/security/p5-Crypt-RandPasswd/pkg-descr b/security/p5-Crypt-RandPasswd/pkg-descr index 91417d7ae738..726058d732fb 100644 --- a/security/p5-Crypt-RandPasswd/pkg-descr +++ b/security/p5-Crypt-RandPasswd/pkg-descr @@ -1,4 +1,4 @@ This is an implementation of the Automated Password Generator standard, defined in FIPS Publication 181, "Standard for Automated Password Generator": -WWW: http://www.itl.nist.gov/fipspubs/fip181.htm +WWW: https://metacpan.org/release/Crypt-RandPasswd |