425474f5f5
Approved by: portmgr (implicit) Feature safe: yes Redports: ignore
17 lines
347 B
Makefile
17 lines
347 B
Makefile
# Created by: Cezary Morga <cm@therek.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Format-Human-Bytes
|
|
PORTVERSION= 0.06
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Perl module to format a bytecount and make it human readable
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= Format::Human::Bytes.3
|
|
|
|
.include <bsd.port.mk>
|