mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
- Add LICENSE
- Add NO_ARCH - Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
9cc9d4f337
commit
b1f2fb6bd8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=529235
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue