pkgsrc/devel/p5-Format-Human-Bytes/Makefile
2019-08-11 13:17:48 +00:00

22 lines
623 B
Makefile

# $NetBSD: Makefile,v 1.16 2019/08/11 13:19:31 wiz Exp $
#
DISTNAME= Format-Human-Bytes-0.06
PKGNAME= p5-${DISTNAME}
PKGREVISION= 9
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"