git: 1068ade89c1b - main - security/p5-Crypt-GeneratePassword: Add WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Mar 2024 22:42:22 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=1068ade89c1bbe5170b0be6085e1d7c620504b55 commit 1068ade89c1bbe5170b0be6085e1d7c620504b55 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-03-13 22:35:23 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-03-13 22:41:47 +0000 security/p5-Crypt-GeneratePassword: Add WWW --- security/p5-Crypt-GeneratePassword/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/p5-Crypt-GeneratePassword/Makefile b/security/p5-Crypt-GeneratePassword/Makefile index c1d8398f57ca..5eec0572df99 100644 --- a/security/p5-Crypt-GeneratePassword/Makefile +++ b/security/p5-Crypt-GeneratePassword/Makefile @@ -6,12 +6,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org COMMENT= Generate secure random pronounceable passwords +WWW= https://metacpan.org/dist/Crypt-GeneratePassword LICENSE= ART10 GPLv1+ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure + NO_ARCH= yes .include <bsd.port.mk>