-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
textproc/p5-Number-Bytes-Human: catch HOMEPAGE up with CPAN churn
- Loading branch information
gdt
committed
Sep 4, 2024
1 parent
e39898e
commit beb394b
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.2 2023/07/06 09:41:41 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.3 2024/09/04 23:33:34 gdt Exp $ | ||
|
||
DISTNAME= Number-Bytes-Human-0.11 | ||
PKGNAME= p5-${DISTNAME} | ||
|
@@ -10,7 +10,7 @@ CATEGORIES= textproc | |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/F/FE/FERREIRA/} | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= https://metacpan.org/pod/Bytes::Human | ||
HOMEPAGE= https://metacpan.org/dist/Number-Bytes-Human | ||
COMMENT= Convert byte count to human readable format | ||
LICENSE= ${PERL5_LICENSE} | ||
|
||
|