diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-02 17:42:33 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-02 17:42:33 +0800 |
commit | 8f6d8726479ae563a1a9e785e73beab80c548656 (patch) | |
tree | 34caadc96c2072c95c8280dd6ecc6819386f305c /security | |
parent | baae708affd8dc5f60684fe8431f2ce23c793300 (diff) | |
download | freebsd-ports-gnome-8f6d8726479ae563a1a9e785e73beab80c548656.tar.gz freebsd-ports-gnome-8f6d8726479ae563a1a9e785e73beab80c548656.tar.zst freebsd-ports-gnome-8f6d8726479ae563a1a9e785e73beab80c548656.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189193
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-GeneratePassword/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/p5-Crypt-GeneratePassword/Makefile b/security/p5-Crypt-GeneratePassword/Makefile index 677848f91ad6..dc5b64ab8da3 100644 --- a/security/p5-Crypt-GeneratePassword/Makefile +++ b/security/p5-Crypt-GeneratePassword/Makefile @@ -7,9 +7,12 @@ CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Generate secure random pronounceable passwords +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure |