mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
4cade5f2d6
Changelog: http://search.cpan.org/src/SEWI/Format-Human-Bytes-0.06/Changes PR: ports/151818 Submitted by: Cezary Morga <cm@therek.net> (maintainer)
22 lines
448 B
Makefile
22 lines
448 B
Makefile
# New ports collection makefile for: p5-Format-Human-Bytes
|
|
# Date created: November 28th 2009
|
|
# Whom: Cezary Morga <cm@therek.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Format-Human-Bytes
|
|
PORTVERSION= 0.06
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= cm@therek.net
|
|
COMMENT= Perl module to format a bytecount and make it human readable
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= Format::Human::Bytes.3
|
|
|
|
.include <bsd.port.mk>
|