pkgsrc/devel/p5-Format-Human-Bytes/Makefile
2020-08-31 18:06:29 +00:00

22 lines
624 B
Makefile

# $NetBSD: Makefile,v 1.17 2020/08/31 18:08:05 wiz Exp $
#
DISTNAME= Format-Human-Bytes-0.06
PKGNAME= p5-${DISTNAME}
PKGREVISION= 10
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Format/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Format-Human-Bytes
COMMENT= Perl 5 module to format a bytecount and make it human readable
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
MAKE_ENV+= PERL_USE_UNSAFE_INC=1
PERL5_PACKLIST= auto/Format/Human/Bytes/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"