freebsd-ports/devel/p5-Number-Bytes-Human/Makefile
Martin Wilke 46cf6ca470 This module provides a formatter which turns byte counts to usual
readable format.

WWW: http://search.cpan.org/dist/Number-Bytes-Human/

PR:		ports/104574
Submitted by:	Sulev-Madis Silber <madis555@hot.ee>
Sponsored by:   FreeBSD Bug-a-thon #2
2006-11-05 22:12:27 +00:00

28 lines
575 B
Makefile

# New ports collection makefile for: Number::Bytes::Human
# Date created: 2006-10-19
# Whom: Sulev-Madis Silber <madis555@hot.ee>
#
# $FreeBSD$
#
PORTNAME= Number-Bytes-Human
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Number
PKGNAMEPREFIX= p5-
MAINTAINER= madis555@hot.ee
COMMENT= Convert byte count to human readable format
PERL_CONFIGURE= yes
MAN3= Number::Bytes::Human.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires perl 5.6.0 or higher
.endif
.include <bsd.port.post.mk>